WarnLogger now supports custom log levels via levels constructor argument
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
1c399f46 1ChangeLog for Log-Contextual
2
e7b18282 3 - Log::Contextual::WarnLogger now supports customized log levels via the
4 'levels' constructor argument (Karen Etheridge)
5
98ece8f1 60.004001 2011-08-15
7 - Fix version of Exporter::Declare that we dep on
8
4b4da8a3 90.004000 2011-08-06
e36f2183 10 - Support Log::Contextual subclasses for default import options
5fd26f45 11 - Allow custom log levels
12
a995bf53 130.00305 2011-07-27
0502df63 14 - Fix regression that caused D* subs to dumper even if the log level was off
15
6d77ba42 160.00304 2010-07-31
17 - Add $package_UPTO environment variable for WarnLogger
18
e4ca04fd 190.00303 2010-07-10
20 - Fix broken Log::Log4perl test
21
6114e392 220.00302 2010-07-08
23 - Add Log::Contextual::TeeLogger
24 - Add levels_upto (RT58558)
b144ba01 25 - Use Log::Log4perl 1.29 to clean up caller stuff
26
6114e392 270.00301 2010-07-08
28 [deleted due to missing the TeeLogger]
29
e2b4b29c 300.00300 2010-06-03
31 - Add -package_logger import option
32
d11de6ae 330.00202 2010-05-23
34 - Fix a bug that caused Dlog and friends not to work with a default
35
eab992c0 360.00201 2010-03-04
37 - I left a needed file for testing out of the MANIFEST; fixing :-/
38
8a63d9d2 390.00200 2010-03-03
40 - add example for Log::Dispatchouli since it works nicely now
70a05830 41 - make Log::Log4perl work out of the box
17b0e676 42 - Added WarnLogger for libraries
050eeb8e 43 - Warn if set_logger is called more than once
44 - Fix tiny POD errors
45
1b3aa6c8 460.00101 2010-02-21
47 - Fix tests to not need use lib (incorrect test failures)
48
29410fe4 490.00100 2010-02-20
1c399f46 50 - initial release