diff --git a/src/taoensso/timbre.clj b/src/taoensso/timbre.clj index 8c4a48a..7141eb8 100644 --- a/src/taoensso/timbre.clj +++ b/src/taoensso/timbre.clj @@ -246,7 +246,7 @@ (fn [apfn-args] ; Runtime: (send-off agent (fn [_] (apfn apfn-args))))))))))) -(defn- make-timestamp-fn +(defn make-timestamp-fn "Returns a unary fn that formats instants using given pattern string and an optional Locale." ;; Thread safe SimpleDateTime soln. from instant.clj, Ref. http://goo.gl/CEBJnQ