allow custom log levels
[p5sagit/Log-Contextual.git] / Changes
1 ChangeLog for Log-Contextual
2
3   - Allow custom log levels
4
5 0.00305 2011-07-27
6   - Fix regression that caused D* subs to dumper even if the log level was off
7
8 0.00304 2010-07-31
9   - Add $package_UPTO environment variable for WarnLogger
10
11 0.00303 2010-07-10
12   - Fix broken Log::Log4perl test
13
14 0.00302 2010-07-08
15   - Add Log::Contextual::TeeLogger
16   - Add levels_upto (RT58558)
17   - Use Log::Log4perl 1.29 to clean up caller stuff
18
19 0.00301 2010-07-08
20   [deleted due to missing the TeeLogger]
21
22 0.00300 2010-06-03
23   - Add -package_logger import option
24
25 0.00202 2010-05-23
26   - Fix a bug that caused Dlog and friends not to work with a default
27
28 0.00201 2010-03-04
29   - I left a needed file for testing out of the MANIFEST; fixing :-/
30
31 0.00200 2010-03-03
32   - add example for Log::Dispatchouli since it works nicely now
33   - make Log::Log4perl work out of the box
34   - Added WarnLogger for libraries
35   - Warn if set_logger is called more than once
36   - Fix tiny POD errors
37
38 0.00101 2010-02-21
39   - Fix tests to not need use lib (incorrect test failures)
40
41 0.00100 2010-02-20
42   - initial release