Adam Clements
1df74f9ab1
Android appender
2013-11-08 18:14:21 +00:00
Peter Taoussanis
2f51612c20
Utils: drop (deprecated) `frequencies`
2013-11-08 21:55:05 +07:00
Peter Taoussanis
1f15c046e0
Utils: update `memoize-ttl`
2013-11-08 21:54:12 +07:00
Peter Taoussanis
7cff8b7b96
Deps: lein-ancient 0.5.3
2013-11-08 21:52:39 +07:00
Peter Taoussanis
a8ebec06d5
v2.7.1
2013-11-06 20:46:57 +07:00
Peter Taoussanis
e48128c6d6
Profiling: housekeeping, fix `defnp` for multi-form bodies
2013-11-06 20:44:43 +07:00
Peter Taoussanis
cf9c6eaf32
v2.7.0
2013-11-06 15:47:10 +07:00
Peter Taoussanis
b0fef3d5ce
core: don't run getHostName on the main thread (AdamClements)
2013-11-06 15:47:10 +07:00
Peter Taoussanis
1157a0e97c
profiling: add `defnp` macro
2013-11-06 15:47:10 +07:00
Peter Taoussanis
afd8a87b11
Merge pull request #34 from mopemope/rotor
...
Add Simple Rotating File Appender (mopemope)
2013-10-25 01:51:57 -07:00
mopemoepe
33fbbb9c98
Add Simple Rotating File Appender
2013-10-24 09:53:56 +09:00
Peter Taoussanis
de9d1b001e
Housekeeping
2013-10-22 13:29:23 +07:00
Peter Taoussanis
a29879d1f9
Merge pull request #33 from aperiodic/profiling-fixes
...
Compile->runtime profiling keyword names (aperiodic)
2013-10-21 22:57:26 -07:00
aperiodic
411d16ed1f
Fix profiling keyword construction.
...
Allow for dynamic keywords constructed from runtime data.
Prefix unqualified keywords with the namespace they are used in, rather
than 'taensso.timbre.profiling.
2013-10-21 15:59:20 -07:00
Peter Taoussanis
780276ab61
v2.6.3
2013-10-18 12:18:01 +07:00
Peter Taoussanis
28ee9e2a53
Merge pull request #32 from bitemyapp/patch-1
...
Fixes Null Pointer Exception in clj-stacktrace (bitemyapp)
2013-10-17 22:16:16 -07:00
Chris Allen
25f7371474
Fixes Null Pointer Exception in clj-stacktrace (can be triggered by using timbre/error)
2013-10-17 10:53:08 -07:00
Peter Taoussanis
8511a68aaf
Update lein aliases
2013-10-12 16:37:50 +07:00
Peter Taoussanis
7689d5fca7
Move `expectations` dependency to `:test` profile
2013-10-03 21:25:58 +07:00
Peter Taoussanis
6e7114cb65
Deps
2013-09-25 16:13:02 +07:00
Peter Taoussanis
acd6d7b5e9
v2.6.2
2013-09-25 16:01:26 +07:00
Peter Taoussanis
a6f287fe38
Merge pull request #27 from ticking/stdout-atomicity
...
Fix `str-println` newline
2013-09-25 01:13:21 -07:00
Peter Taoussanis
3d1ee6b45b
Merge pull request #26 from chiaolun/master
...
Fix timbre.tools.logging/use-timbre (needs var)
2013-09-25 01:06:21 -07:00
Jan-Paul Bultmann
168ba46c24
Restores the standard-out appender's thread safety.
...
Since commit 71218f7086
`str-println`
no longer prints the newline with the other output, this is restored.
2013-09-12 18:50:43 +02:00
Chiao
1d592b85cb
fixed timbre.tools.logging/use-timbre
2013-09-10 11:09:59 +00:00
Peter Taoussanis
a6ecb2c1e6
Make ns-filter runtime again
...
The compile-time filtering can trip up in surprising ways, and doesn't
work with tools.logging.
This commit switches back to a runtime ns filter which is a teeny, tiny
bit slower - but always predictable.
2013-08-22 21:58:27 +07:00
Peter Taoussanis
a1bf286084
Merge branch 'perf'
2013-08-21 14:07:10 +07:00
Peter Taoussanis
0b4634451d
v2.6.0
2013-08-21 14:00:09 +07:00
Peter Taoussanis
545697ad4f
Update README, CHANGELOG
2013-08-21 14:00:09 +07:00
Peter Taoussanis
4cc5bf3b47
Make ns-filter check compile-time, add optional compile-time logging-level
2013-08-21 14:00:08 +07:00
Peter Taoussanis
bad95553c2
Mark `taoensso.timbre.frequencies` ns as deprecated
2013-08-20 22:42:19 +07:00
Peter Taoussanis
77beb18032
Refactor log macro implementations
2013-08-07 23:44:35 +07:00
Peter Taoussanis
fd03c042e9
Disable `:line` appender arg (broken)
2013-08-07 22:07:44 +07:00
Peter Taoussanis
9d8c1c0b40
v2.5.0
2013-08-07 12:46:04 +07:00
Peter Taoussanis
718f38c462
Make `make-timestamp-fn` thread safe (thanks to jarppe for report)
2013-08-07 12:44:37 +07:00
Peter Taoussanis
382f9d4f9a
Add :file and :line appender args (thanks to jarppe for suggestion)
2013-08-07 12:18:46 +07:00
Peter Taoussanis
8789358c7d
Extend `refer-timbre` to `logf` macros
2013-07-30 20:50:36 +07:00
Peter Taoussanis
2d38d2a970
Add output pattern TODO
2013-07-23 21:38:05 +07:00
Peter Taoussanis
545c278394
Allow `fspy` to capture freq for exception-throwing bodies
2013-07-23 14:43:14 +07:00
Peter Taoussanis
37f4d35b07
v2.4.1
2013-07-22 22:41:16 +07:00
Peter Taoussanis
ce4c9c34de
Use Throwable as Postal appender subject when no other args given
2013-07-22 22:41:15 +07:00
Peter Taoussanis
ddd9e18d8e
Clean up `spy` error logging, catch Throwables for `log-errors`, `log-and-rethrow-errors`
2013-07-22 22:41:15 +07:00
Peter Taoussanis
853807df4c
Housekeeping
2013-07-22 22:21:49 +07:00
Peter Taoussanis
758c370ac7
Deprecate `logp`, `s`
2013-07-22 22:21:07 +07:00
Peter Taoussanis
b510633f03
Add `refer-timbre`
2013-07-22 17:53:36 +07:00
Peter Taoussanis
07fdddf2f2
NB: Fix v2.3.2 regression
2013-07-21 17:32:18 +07:00
Peter Taoussanis
62ed4086ea
Wrap 95109b7
body expansion in `(do)` for hygiene
2013-07-20 22:23:34 +07:00
Peter Taoussanis
7961a8d807
Make `log` an alias for `logp`
2013-07-20 15:15:49 +07:00
Peter Taoussanis
95109b7451
Allow `pspy` to capture time for exception-throwing bodies (thanks Jacek Lach)
2013-07-20 00:39:44 +07:00
Peter Taoussanis
807cb40e0f
Housekeeping: profiling & freqs
2013-07-20 00:39:44 +07:00