remove no longer needed code
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
1c399f46 1ChangeLog for Log-Contextual
2
0c180ced 30.004202 2012-08-04
37a8266a 4 - correct the caller_level passed into coderef, and document "both" uses of
5 caller_level
6
f8f288df 70.004201 2012-07-21
39cd2f65 8 - The smallest pod fix ever
9
8c2deb06 100.004200 2012-07-20
27141a7a 11 - Improve information passed to logger coderef
30d7027a 12 - Significant doc improvements
407b3a58 13 - Fix warning in test suite in Perl 5.16
14
f07824b7 150.004100 2012-03-29
e7b18282 16 - Log::Contextual::WarnLogger now supports customized log levels via the
17 'levels' constructor argument (Karen Etheridge)
18
98ece8f1 190.004001 2011-08-15
20 - Fix version of Exporter::Declare that we dep on
21
4b4da8a3 220.004000 2011-08-06
e36f2183 23 - Support Log::Contextual subclasses for default import options
5fd26f45 24 - Allow custom log levels
25
a995bf53 260.00305 2011-07-27
0502df63 27 - Fix regression that caused D* subs to dumper even if the log level was off
28
6d77ba42 290.00304 2010-07-31
30 - Add $package_UPTO environment variable for WarnLogger
31
e4ca04fd 320.00303 2010-07-10
33 - Fix broken Log::Log4perl test
34
6114e392 350.00302 2010-07-08
36 - Add Log::Contextual::TeeLogger
37 - Add levels_upto (RT58558)
b144ba01 38 - Use Log::Log4perl 1.29 to clean up caller stuff
39
6114e392 400.00301 2010-07-08
41 [deleted due to missing the TeeLogger]
42
e2b4b29c 430.00300 2010-06-03
44 - Add -package_logger import option
45
d11de6ae 460.00202 2010-05-23
47 - Fix a bug that caused Dlog and friends not to work with a default
48
eab992c0 490.00201 2010-03-04
50 - I left a needed file for testing out of the MANIFEST; fixing :-/
51
8a63d9d2 520.00200 2010-03-03
53 - add example for Log::Dispatchouli since it works nicely now
70a05830 54 - make Log::Log4perl work out of the box
17b0e676 55 - Added WarnLogger for libraries
050eeb8e 56 - Warn if set_logger is called more than once
57 - Fix tiny POD errors
58
1b3aa6c8 590.00101 2010-02-21
60 - Fix tests to not need use lib (incorrect test failures)
61
29410fe4 620.00100 2010-02-20
1c399f46 63 - initial release