File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
## [ 1.0.0] - 2020-02-27
11
11
### Added
12
12
- Add support for printing message arguments readably in
13
- ` clojure.tools.logging.readable ` .
13
+ [ ` clojure.tools.logging.readable ` ] ( https://clojure.github.io/tools.logging/#clojure.tools.logging.readable ) .
14
14
15
15
## [ 0.6.0] - 2020-02-07
16
16
### Added
17
17
- Add support for explicitly selecting a logger factory by setting the
18
- ` clojure.tools.logging.factory ` system property.
18
+ ` "clojure.tools.logging.factory" ` system property. For details, see the
19
+ [ README] ( https://github.com/clojure/tools.logging#configuration ) ,
20
+ and the documentation for [ * logger-factory* ] ( https://clojure.github.io/tools.logging/#clojure.tools.logging/*logger-factory* )
19
21
20
22
## [ 0.5.0] - 2019-07-22
21
23
### Added
22
- - Add support for testing logs in ` clojure.tools.logging.test `
24
+ - Add support for testing logs in [ ` clojure.tools.logging.test ` ] ( https://clojure.github.io/tools.logging/#clojure.tools.logging.test )
23
25
24
26
### Changed
25
27
- Now passes the context classloader of current thread to ` Class/forName ` when
You can’t perform that action at this time.
0 commit comments