fix caller_level passed to coderef, document both uses
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
1c399f46 1ChangeLog for Log-Contextual
2
37a8266a 3 - correct the caller_level passed into coderef, and document "both" uses of
4 caller_level
5
f8f288df 60.004201 2012-07-21
39cd2f65 7 - The smallest pod fix ever
8
8c2deb06 90.004200 2012-07-20
27141a7a 10 - Improve information passed to logger coderef
30d7027a 11 - Significant doc improvements
407b3a58 12 - Fix warning in test suite in Perl 5.16
13
f07824b7 140.004100 2012-03-29
e7b18282 15 - Log::Contextual::WarnLogger now supports customized log levels via the
16 'levels' constructor argument (Karen Etheridge)
17
98ece8f1 180.004001 2011-08-15
19 - Fix version of Exporter::Declare that we dep on
20
4b4da8a3 210.004000 2011-08-06
e36f2183 22 - Support Log::Contextual subclasses for default import options
5fd26f45 23 - Allow custom log levels
24
a995bf53 250.00305 2011-07-27
0502df63 26 - Fix regression that caused D* subs to dumper even if the log level was off
27
6d77ba42 280.00304 2010-07-31
29 - Add $package_UPTO environment variable for WarnLogger
30
e4ca04fd 310.00303 2010-07-10
32 - Fix broken Log::Log4perl test
33
6114e392 340.00302 2010-07-08
35 - Add Log::Contextual::TeeLogger
36 - Add levels_upto (RT58558)
b144ba01 37 - Use Log::Log4perl 1.29 to clean up caller stuff
38
6114e392 390.00301 2010-07-08
40 [deleted due to missing the TeeLogger]
41
e2b4b29c 420.00300 2010-06-03
43 - Add -package_logger import option
44
d11de6ae 450.00202 2010-05-23
46 - Fix a bug that caused Dlog and friends not to work with a default
47
eab992c0 480.00201 2010-03-04
49 - I left a needed file for testing out of the MANIFEST; fixing :-/
50
8a63d9d2 510.00200 2010-03-03
52 - add example for Log::Dispatchouli since it works nicely now
70a05830 53 - make Log::Log4perl work out of the box
17b0e676 54 - Added WarnLogger for libraries
050eeb8e 55 - Warn if set_logger is called more than once
56 - Fix tiny POD errors
57
1b3aa6c8 580.00101 2010-02-21
59 - Fix tests to not need use lib (incorrect test failures)
60
29410fe4 610.00100 2010-02-20
1c399f46 62 - initial release