@@ -5,17 +5,17 @@ at runtime when the `clojure.tools.logging` namespace is first loaded.
5
5
6
6
## Installation
7
7
8
- Lastest stable release is [ 1.2.4 ]
8
+ Lastest stable release is [ 1.3.0 ]
9
9
10
- [ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_and_cli ) dependency information:
10
+ [ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_edn ) dependency information:
11
11
``` clojure
12
- org.clojure/tools.logging {:mvn/version " 1.2.4 " }
12
+ org.clojure/tools.logging {:mvn/version " 1.3.0 " }
13
13
```
14
14
15
15
Leiningen:
16
16
17
17
``` clojure
18
- [org.clojure/tools.logging " 1.2.4 " ]
18
+ [org.clojure/tools.logging " 1.3.0 " ]
19
19
```
20
20
21
21
Maven:
24
24
<dependency >
25
25
<groupId >org.clojure</groupId >
26
26
<artifactId >tools.logging</artifactId >
27
- <version >1.2.4 </version >
27
+ <version >1.3.0 </version >
28
28
</dependency >
29
29
```
30
30
@@ -130,15 +130,16 @@ will end up printing the data map.
130
130
131
131
## License
132
132
133
- Copyright © 2009-2023 Rich Hickey, Alex Taggart, and contributors
133
+ Copyright © Rich Hickey, Alex Taggart, and contributors
134
134
135
135
Licensed under the EPL. (See the file epl.html.)
136
136
137
137
138
+ [ 1.3.0 ] : https://github.com/clojure/tools.logging/tree/v1.3.0
138
139
[ 1.2.4 ] : https://github.com/clojure/tools.logging/tree/v1.2.4
139
140
[ Leiningen example ] : https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#setting-jvm-options
140
- [ SLF4J ] : http ://www.slf4j.org/
141
+ [ SLF4J ] : https ://www.slf4j.org/
141
142
[ Apache Commons Logging ] : https://commons.apache.org/logging
142
143
[ Log4J 2 ] : https://logging.apache.org/log4j/2.x/
143
- [ Log4J ] : http ://logging.apache.org/log4j/1.2/
144
+ [ Log4J ] : https ://logging.apache.org/log4j/1.2/
144
145
[ java.util.logging] : https://docs.oracle.com/en/java/javase/13/docs/api/java.logging/java/util/logging/package-summary.html
0 commit comments