0.5.0 but with trace

This commit is contained in:
Michiel Borkent 2021-07-14 22:51:18 +02:00
parent cdc4a4987d
commit 2c7e559351

View file

@ -167,7 +167,8 @@
(def tools-logging-namespace
(assoc (make-ns 'clojure.tools.logging lns ['debug 'debugf 'info 'infof 'warn 'warnf 'error 'errorf
'logp 'logf '*logger-factory* 'log*])
'logp 'logf '*logger-factory* 'log*
'trace 'tracef])
'log (sci/copy-var log lns)))
(def lins (sci/create-ns 'clojure.tools.logging.impl nil))