Yell loudly if the user tries to use internals directly
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
1c399f46 1ChangeLog for Log-Contextual
2
31285520 3 - Yell loudly if a user tries to use Log::Contextual::set_logger() or
4 Log::Contextual::with_logger() (aka internals that don't work anymore)
5 directly
6
c05ed799 70.005002 2013-02-14 (♥)
249b9eb6 8 - Fix RT#83267 (Tyler Riddle)
9
8ccaf9fb 100.005001 2013-02-07
11 - No changes from previous dev release
12
5a5addac 130.005000_03 2013-01-16
e06303cd 14 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
15
a00f2691 160.005000_02 2013-01-15
7932182d 17 - add missing changelog entry (derp)
18
190.005000_01 2013-01-11
20 - significant changes in the way Log::Contexual works, but the upshot of it is
21 that Log::Contextual is now much less global than before, and applications
22 using Log::Contextual can guard against modules using set_logger (or
23 something like that) and changing their logger. See the new
24 Log::Contextual::Role::Router for more information
25
e06303cd 260.004300 2012-10-03
27 - add a way to set default import tags
28
0c180ced 290.004202 2012-08-04
37a8266a 30 - correct the caller_level passed into coderef, and document "both" uses of
31 caller_level
32
f8f288df 330.004201 2012-07-21
39cd2f65 34 - The smallest pod fix ever
35
8c2deb06 360.004200 2012-07-20
27141a7a 37 - Improve information passed to logger coderef
30d7027a 38 - Significant doc improvements
407b3a58 39 - Fix warning in test suite in Perl 5.16
40
f07824b7 410.004100 2012-03-29
e7b18282 42 - Log::Contextual::WarnLogger now supports customized log levels via the
43 'levels' constructor argument (Karen Etheridge)
44
98ece8f1 450.004001 2011-08-15
46 - Fix version of Exporter::Declare that we dep on
47
4b4da8a3 480.004000 2011-08-06
e36f2183 49 - Support Log::Contextual subclasses for default import options
5fd26f45 50 - Allow custom log levels
51
a995bf53 520.00305 2011-07-27
0502df63 53 - Fix regression that caused D* subs to dumper even if the log level was off
54
6d77ba42 550.00304 2010-07-31
56 - Add $package_UPTO environment variable for WarnLogger
57
e4ca04fd 580.00303 2010-07-10
59 - Fix broken Log::Log4perl test
60
6114e392 610.00302 2010-07-08
62 - Add Log::Contextual::TeeLogger
63 - Add levels_upto (RT58558)
b144ba01 64 - Use Log::Log4perl 1.29 to clean up caller stuff
65
6114e392 660.00301 2010-07-08
67 [deleted due to missing the TeeLogger]
68
e2b4b29c 690.00300 2010-06-03
70 - Add -package_logger import option
71
d11de6ae 720.00202 2010-05-23
73 - Fix a bug that caused Dlog and friends not to work with a default
74
eab992c0 750.00201 2010-03-04
76 - I left a needed file for testing out of the MANIFEST; fixing :-/
77
8a63d9d2 780.00200 2010-03-03
79 - add example for Log::Dispatchouli since it works nicely now
70a05830 80 - make Log::Log4perl work out of the box
17b0e676 81 - Added WarnLogger for libraries
050eeb8e 82 - Warn if set_logger is called more than once
83 - Fix tiny POD errors
84
1b3aa6c8 850.00101 2010-02-21
86 - Fix tests to not need use lib (incorrect test failures)
87
29410fe4 880.00100 2010-02-20
1c399f46 89 - initial release