Update example appender

This commit is contained in:
Peter Taoussanis 2016-04-13 22:23:16 +07:00
parent 599bf5a28a
commit 4cb1dcc0ed
1 changed files with 3 additions and 3 deletions

View File

@ -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]))