tracing/tracing-log
Atul Bhosale dcca24fee1 log: Use 'dyn' since trait objects without an explicit 'dyn' are deprecated (#248)
## Motivation
since trait objects without an explicit 'dyn' are deprecated hence I added it before `fmt::Debug`
2019-08-07 19:59:48 -07:00
..