mirror of https://github.com/status-im/timbre.git
Update example appender
This commit is contained in:
parent
599bf5a28a
commit
4cb1dcc0ed
|
@ -2,9 +2,9 @@
|
||||||
"You can copy this namespace if you'd like a starting template for
|
"You can copy this namespace if you'd like a starting template for
|
||||||
writing your own Timbre appender. PRs for new appenders welcome!
|
writing your own Timbre appender. PRs for new appenders welcome!
|
||||||
|
|
||||||
TODO Please document any dependency GitHub links here
|
TODO Please document any dependency GitHub links here, e.g.:
|
||||||
|
Requires https://github.com/clojure/java.jdbc,
|
||||||
- Peter Taoussanis"
|
https://github.com/swaldman/c3p0"
|
||||||
{:author "TODO Your Name (@your-github-username)"}
|
{:author "TODO Your Name (@your-github-username)"}
|
||||||
(:require
|
(:require
|
||||||
[taoensso.timbre :as timbre]))
|
[taoensso.timbre :as timbre]))
|
||||||
|
|
Loading…
Reference in New Issue