We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fd980 commit cc8c3cdCopy full SHA for cc8c3cd
README.md
@@ -23,9 +23,6 @@ This library is a simple Clojure logging facade that wraps SLF4J 2+ (the version
23
24
## Installation
25
26
-> **Note**<br>
27
-> Not yet published to Clojars!
28
-
29
```clojure
30
;; tools.deps
31
com.kroo/epilogue {:mvn/version "0.1"}
TODO
@@ -0,0 +1,11 @@
1
+- Documentation
2
+ - log
3
+ - \*context\*
4
+ - with-context
5
+ - defloggingmacro
6
+- Implement extra helper macros.
7
+ - assert
8
+ - raise
9
+ - spy
10
+- Tests?
11
+- Switch to `tools.deps` and `tools.build`?
0 commit comments