Skip to content

Commit cc8c3cd

Browse files
committedJun 14, 2023
Release v0.1
1 parent 50fd980 commit cc8c3cd

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
 

‎README.md

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ This library is a simple Clojure logging facade that wraps SLF4J 2+ (the version
2323

2424
## Installation
2525

26-
> **Note**<br>
27-
> Not yet published to Clojars!
28-
2926
```clojure
3027
;; tools.deps
3128
com.kroo/epilogue {:mvn/version "0.1"}

‎TODO

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.