pass more information to logger
[p5sagit/Log-Contextual.git] / Changes
1 ChangeLog for Log-Contextual
2
3   - Improve information passed to logger coderef
4   - Significant doc improvements
5   - Fix warning in test suite in Perl 5.16
6
7 0.004100 2012-03-29
8   - Log::Contextual::WarnLogger now supports customized log levels via the
9     'levels' constructor argument (Karen Etheridge)
10
11 0.004001 2011-08-15
12   - Fix version of Exporter::Declare that we dep on
13
14 0.004000 2011-08-06
15   - Support Log::Contextual subclasses for default import options
16   - Allow custom log levels
17
18 0.00305 2011-07-27
19   - Fix regression that caused D* subs to dumper even if the log level was off
20
21 0.00304 2010-07-31
22   - Add $package_UPTO environment variable for WarnLogger
23
24 0.00303 2010-07-10
25   - Fix broken Log::Log4perl test
26
27 0.00302 2010-07-08
28   - Add Log::Contextual::TeeLogger
29   - Add levels_upto (RT58558)
30   - Use Log::Log4perl 1.29 to clean up caller stuff
31
32 0.00301 2010-07-08
33   [deleted due to missing the TeeLogger]
34
35 0.00300 2010-06-03
36   - Add -package_logger import option
37
38 0.00202 2010-05-23
39   - Fix a bug that caused Dlog and friends not to work with a default
40
41 0.00201 2010-03-04
42   - I left a needed file for testing out of the MANIFEST; fixing :-/
43
44 0.00200 2010-03-03
45   - add example for Log::Dispatchouli since it works nicely now
46   - make Log::Log4perl work out of the box
47   - Added WarnLogger for libraries
48   - Warn if set_logger is called more than once
49   - Fix tiny POD errors
50
51 0.00101 2010-02-21
52   - Fix tests to not need use lib (incorrect test failures)
53
54 0.00100 2010-02-20
55   - initial release