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