Extend `refer-timbre` to `logf` macros

This commit is contained in:
Peter Taoussanis 2013-07-30 20:50:07 +07:00
parent 2d38d2a970
commit 8789358c7d
1 changed files with 2 additions and 1 deletions

View File

@ -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