0.5.0 but with trace
This commit is contained in:
parent
cdc4a4987d
commit
2c7e559351
1 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue