mirror of https://github.com/status-im/timbre.git
[#110] Fix incorrect tools.logging log1-fn call arity (@Guthur)
This commit is contained in:
parent
c014b0f558
commit
cdf46f3558
|
@ -21,7 +21,7 @@
|
|||
?line nil ; ''
|
||||
msg-type :p ; No support for pre-msg raw args
|
||||
]
|
||||
(timbre/log1-fn config level ?ns-str ?file ?line msg-type [message]))))
|
||||
(timbre/log1-fn config level ?ns-str ?file ?line msg-type [message] nil))))
|
||||
|
||||
(deftype LoggerFactory []
|
||||
clojure.tools.logging.impl/LoggerFactory
|
||||
|
|
Loading…
Reference in New Issue