namespace ::Easy::Default
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
f016f64a 1Revision history for Log-Contextual
1c399f46 2
afbb27d5 3 - Add Log::Contextual::Easy::Default for simple LC usage (Jakob Voß)
436c4b82 4
7e2b8380 50.005005 2013-08-08
a850bd96 6 - Fix minimum version of Exporter::Declare
7
a6f4595d 80.005004 2013-08-08
c8bf0a6c 9 - Dep on a newer version of Moo for multiple role composition
10
29924c5e 110.005003 2013-03-21
31285520 12 - Yell loudly if a user tries to use Log::Contextual::set_logger() or
13 Log::Contextual::with_logger() (aka internals that don't work anymore)
14 directly
15
c05ed799 160.005002 2013-02-14 (♥)
249b9eb6 17 - Fix RT#83267 (Tyler Riddle)
18
8ccaf9fb 190.005001 2013-02-07
20 - No changes from previous dev release
21
5a5addac 220.005000_03 2013-01-16
e06303cd 23 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
24
a00f2691 250.005000_02 2013-01-15
7932182d 26 - add missing changelog entry (derp)
27
280.005000_01 2013-01-11
29 - significant changes in the way Log::Contexual works, but the upshot of it is
30 that Log::Contextual is now much less global than before, and applications
31 using Log::Contextual can guard against modules using set_logger (or
32 something like that) and changing their logger. See the new
33 Log::Contextual::Role::Router for more information
34
e06303cd 350.004300 2012-10-03
36 - add a way to set default import tags
37
0c180ced 380.004202 2012-08-04
37a8266a 39 - correct the caller_level passed into coderef, and document "both" uses of
40 caller_level
41
f8f288df 420.004201 2012-07-21
39cd2f65 43 - The smallest pod fix ever
44
8c2deb06 450.004200 2012-07-20
27141a7a 46 - Improve information passed to logger coderef
30d7027a 47 - Significant doc improvements
407b3a58 48 - Fix warning in test suite in Perl 5.16
49
f07824b7 500.004100 2012-03-29
e7b18282 51 - Log::Contextual::WarnLogger now supports customized log levels via the
52 'levels' constructor argument (Karen Etheridge)
53
98ece8f1 540.004001 2011-08-15
55 - Fix version of Exporter::Declare that we dep on
56
4b4da8a3 570.004000 2011-08-06
e36f2183 58 - Support Log::Contextual subclasses for default import options
5fd26f45 59 - Allow custom log levels
60
a995bf53 610.00305 2011-07-27
0502df63 62 - Fix regression that caused D* subs to dumper even if the log level was off
63
6d77ba42 640.00304 2010-07-31
65 - Add $package_UPTO environment variable for WarnLogger
66
e4ca04fd 670.00303 2010-07-10
68 - Fix broken Log::Log4perl test
69
6114e392 700.00302 2010-07-08
71 - Add Log::Contextual::TeeLogger
72 - Add levels_upto (RT58558)
b144ba01 73 - Use Log::Log4perl 1.29 to clean up caller stuff
74
6114e392 750.00301 2010-07-08
76 [deleted due to missing the TeeLogger]
77
e2b4b29c 780.00300 2010-06-03
79 - Add -package_logger import option
80
d11de6ae 810.00202 2010-05-23
82 - Fix a bug that caused Dlog and friends not to work with a default
83
eab992c0 840.00201 2010-03-04
85 - I left a needed file for testing out of the MANIFEST; fixing :-/
86
8a63d9d2 870.00200 2010-03-03
88 - add example for Log::Dispatchouli since it works nicely now
70a05830 89 - make Log::Log4perl work out of the box
17b0e676 90 - Added WarnLogger for libraries
050eeb8e 91 - Warn if set_logger is called more than once
92 - Fix tiny POD errors
93
1b3aa6c8 940.00101 2010-02-21
95 - Fix tests to not need use lib (incorrect test failures)
96
29410fe4 970.00100 2010-02-20
1c399f46 98 - initial release