update test for bug 83267 to validate the error message generated when invoking log_info
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
1c399f46 1ChangeLog for Log-Contextual
2
8ccaf9fb 30.005001 2013-02-07
4 - No changes from previous dev release
5
5a5addac 60.005000_03 2013-01-16
e06303cd 7 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
8
a00f2691 90.005000_02 2013-01-15
7932182d 10 - add missing changelog entry (derp)
11
120.005000_01 2013-01-11
13 - significant changes in the way Log::Contexual works, but the upshot of it is
14 that Log::Contextual is now much less global than before, and applications
15 using Log::Contextual can guard against modules using set_logger (or
16 something like that) and changing their logger. See the new
17 Log::Contextual::Role::Router for more information
18
e06303cd 190.004300 2012-10-03
20 - add a way to set default import tags
21
0c180ced 220.004202 2012-08-04
37a8266a 23 - correct the caller_level passed into coderef, and document "both" uses of
24 caller_level
25
f8f288df 260.004201 2012-07-21
39cd2f65 27 - The smallest pod fix ever
28
8c2deb06 290.004200 2012-07-20
27141a7a 30 - Improve information passed to logger coderef
30d7027a 31 - Significant doc improvements
407b3a58 32 - Fix warning in test suite in Perl 5.16
33
f07824b7 340.004100 2012-03-29
e7b18282 35 - Log::Contextual::WarnLogger now supports customized log levels via the
36 'levels' constructor argument (Karen Etheridge)
37
98ece8f1 380.004001 2011-08-15
39 - Fix version of Exporter::Declare that we dep on
40
4b4da8a3 410.004000 2011-08-06
e36f2183 42 - Support Log::Contextual subclasses for default import options
5fd26f45 43 - Allow custom log levels
44
a995bf53 450.00305 2011-07-27
0502df63 46 - Fix regression that caused D* subs to dumper even if the log level was off
47
6d77ba42 480.00304 2010-07-31
49 - Add $package_UPTO environment variable for WarnLogger
50
e4ca04fd 510.00303 2010-07-10
52 - Fix broken Log::Log4perl test
53
6114e392 540.00302 2010-07-08
55 - Add Log::Contextual::TeeLogger
56 - Add levels_upto (RT58558)
b144ba01 57 - Use Log::Log4perl 1.29 to clean up caller stuff
58
6114e392 590.00301 2010-07-08
60 [deleted due to missing the TeeLogger]
61
e2b4b29c 620.00300 2010-06-03
63 - Add -package_logger import option
64
d11de6ae 650.00202 2010-05-23
66 - Fix a bug that caused Dlog and friends not to work with a default
67
eab992c0 680.00201 2010-03-04
69 - I left a needed file for testing out of the MANIFEST; fixing :-/
70
8a63d9d2 710.00200 2010-03-03
72 - add example for Log::Dispatchouli since it works nicely now
70a05830 73 - make Log::Log4perl work out of the box
17b0e676 74 - Added WarnLogger for libraries
050eeb8e 75 - Warn if set_logger is called more than once
76 - Fix tiny POD errors
77
1b3aa6c8 780.00101 2010-02-21
79 - Fix tests to not need use lib (incorrect test failures)
80
29410fe4 810.00100 2010-02-20
1c399f46 82 - initial release