mirror of https://github.com/status-im/timbre.git
Extend `refer-timbre` to `logf` macros
This commit is contained in:
parent
2d38d2a970
commit
8789358c7d
|
@ -402,7 +402,8 @@
|
|||
:refer (trace debug info warn error fatal report spy with-log-level)])"
|
||||
[]
|
||||
(require '[taoensso.timbre :as timbre
|
||||
:refer (trace debug info warn error fatal report spy with-log-level)]))
|
||||
:refer (log trace debug info warn error fatal report spy with-log-level
|
||||
logf tracef debugf infof warnf errorf fatalf reportf)]))
|
||||
|
||||
;;;; Deprecated
|
||||
|
||||
|
|
Loading…
Reference in New Issue