diff --git a/src/taoensso/timbre.clj b/src/taoensso/timbre.clj index 0c381a7..12b45ce 100644 --- a/src/taoensso/timbre.clj +++ b/src/taoensso/timbre.clj @@ -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