mirror of https://github.com/status-im/timbre.git
README housekeeping
This commit is contained in:
parent
eff5ee386b
commit
f03cad4829
|
@ -97,7 +97,7 @@ First-argument exceptions generate a nicely cleaned-up stack trace using [io.avi
|
||||||
```clojure
|
```clojure
|
||||||
(info (Exception. "Oh noes") "arg1" "arg2")
|
(info (Exception. "Oh noes") "arg1" "arg2")
|
||||||
%> 15-Jun-13 19:22:55 localhost INFO [my-app.core] - arg1 arg2
|
%> 15-Jun-13 19:22:55 localhost INFO [my-app.core] - arg1 arg2
|
||||||
java.lang.Exception: On noes
|
java.lang.Exception: Oh noes
|
||||||
<Stacktrace>
|
<Stacktrace>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue