p5sagit/Log-Contextual.git
2014-07-16 Arthur Axel... v0.006004 master v0.006004
2014-07-16 Arthur Axel... normalize emails
2014-07-16 fschlich Add ABSTRACT to WithLogger.pm
2014-07-16 fschlich Add ABSTRACT to SetLogger.pm
2014-07-16 fschlich Add ABSTRACT to Router.pm
2014-06-01 Karen Etheridge a bit of doc cleanup
2014-06-01 Karen Etheridge make it more clear that "with_logger" will not override...
2014-02-22 Arthur Axel... v0.006003 v0.006003
2014-02-22 Arthur Axel... Stop depending on XS module Sub::Identify
2014-02-20 Arthur Axel... v0.006002 v0.006002
2014-02-20 Arthur Axel... Fix missing POD
2014-02-20 Arthur Axel... v0.006001 v0.006001
2014-02-20 Arthur Axel... fix warnings caused by importing twice
2014-02-20 Arthur Axel... move to a more visible place
2014-02-20 Arthur Axel... convert to unobtrusive Dist::Zilla
2014-02-20 Florian Schlichting fix pod error
2014-02-20 Arthur Axel... minor POD fixes
2014-02-20 Arthur Axel... ensure that gross code will not creep in
2013-09-06 Arthur Axel... release 0.006000 v0.006000
2013-09-06 Arthur Axel... test with travis
2013-09-06 Arthur Axel... add ::Easy::Package for more simple LC usage
2013-09-06 Arthur Axel... namespace ::Easy::Default
2013-09-06 Jakob Voss added Log::Contextual::Easy for zero-config usage
2013-08-09 Arthur Axel... release 0.005005 v0.005005
2013-08-09 Arthur Axel... Fix minimum version of Exporter::Declare
2013-08-09 Arthur Axel... fix typos (found by dsteinbrunner)
2013-08-09 Arthur Axel... release 0.005004 v0.005004
2013-08-09 Arthur Axel... ChangeLog?
2013-08-09 Arthur Axel... Dep on a newer version of Moo for multiple role composition
2013-03-22 Arthur Axel... release v0.005003 v0.005003
2013-03-22 Arthur Axel... Yell loudly if the user tries to use internals directly
2013-02-15 Arthur Axel... release 0.005002 (♥) v0.005002
2013-02-15 Tyler Riddle Fix RT#83267
2013-02-07 Arthur Axel... release 0.005001 (FINALLY!) v0.005001
2013-01-16 Arthur Axel... release 0.005000_03 v0.005000_03
2013-01-16 Tyler Riddle integrate default import tag api from 0.004300
2013-01-16 Arthur Axel... release 0.005000_02 v0.005000_02
2013-01-16 Arthur Axel... add missing changelog entry
2013-01-11 Arthur Axel... release 0.005000_01 v0.005000_01
2013-01-11 Arthur Axel... ignore new meta files
2013-01-11 Arthur Axel... fix SYNOPSIS bug (thanks Mithaldu)
2013-01-11 Arthur Axel... check for with/set_logger at import time
2013-01-11 Arthur Axel... perltidy code and add .perltidyrc to repo
2013-01-11 Arthur Axel... use accessors instead of silly direct attributes
2013-01-11 Arthur Axel... remove no longer needed code
2013-01-11 Tyler Riddle refactor log router API to use named args and clearer...
2013-01-11 Tyler Riddle added docs to the log router role
2013-01-11 Tyler Riddle pass exporter to router log requests
2013-01-11 Arthur Axel... rename arg_router to router as it's not an argument
2013-01-11 Arthur Axel... make arg_router a method so that it can always be overr...
2013-01-11 Arthur Axel... remove vestigal option for arg_router
2013-01-11 Arthur Axel... lazily load default router
2013-01-11 Arthur Axel... factor can checks out into roles
2013-01-11 Matt S Trout move handle_log_request logic into router
2013-01-11 Tyler Riddle refactor into log routing
2012-08-05 Arthur Axel... release 0.004202 v0.004202
2012-08-05 Arthur Axel... fix caller_level passed to coderef, document both uses
2012-07-21 Arthur Axel... release 0.004201 v0.004201
2012-07-21 Arthur Axel... The smallest pod fix ever
2012-07-21 Arthur Axel... release 0.004200 v0.004200
2012-07-21 Arthur Axel... pass more information to logger
2012-07-21 Arthur Axel... better elevator pitch
2012-07-21 Arthur Axel... update copyright
2012-07-21 Arthur Axel... clarify exports and remove cruft
2012-07-21 Arthur Axel... much better example for defaulting loggers
2012-07-20 Arthur Axel... slightly more clear docs
2012-07-20 Arthur Axel... remove unneeded \Q\E in test
2012-03-29 Arthur Axel... Release 0.004100 v0.004100
2012-03-29 Karen Etheridge WarnLogger now supports custom log levels via levels...
2011-08-16 Arthur Axel... Release 0.004001 v0.004001
2011-08-16 Arthur Axel... fix version dep for Exporter::Declare
2011-08-06 Arthur Axel... Release 0.004000 v0.004000
2011-08-06 Arthur Axel... add docs for setting default import options
2011-08-06 Arthur Axel... add very basic "BaseLogger" test
2011-08-05 Arthur Axel... allow custom log levels
2011-08-05 Arthur Axel... Use Exporter::Declare for importing
2011-07-28 Arthur Axel... Release 0.00305 v0.00305
2011-07-28 Arthur Axel... Fix regression that caused D* subs to dumper even if...
2011-03-19 Arthur Axel... add minor addition to docs
2010-09-06 Peter Rabbitson Cleanup after ourselves
2010-09-06 Peter Rabbitson More ignores
2010-09-06 Peter Rabbitson Fix 5.6 fail (scalarref open not supported)
2010-09-06 Peter Rabbitson Correct string-eval (contained $)
2010-09-06 Peter Rabbitson Specify meta perl ver.
2010-08-07 Arthur Axel... reduce silly repetitive code
2010-07-31 Arthur Axel... Add warnlogger UPTO env var v0.00304
2010-07-10 Arthur Axel... release 0.00303
2010-07-10 Arthur Axel... fix broken Log::Log4perl test
2010-07-09 Arthur Axel... release 0.00302 v0.00302
2010-07-09 Arthur Axel... add levels_upto to SimpleLogger
2010-07-09 Arthur Axel... Use new Log::Log4perl features to clean up caller_depth...
2010-06-28 Matt S Trout initial sketch of TeeLogger
2010-06-04 Arthur Axel... release 0.00300 v0.00300
2010-06-04 Arthur Axel... Add -package_logger
2010-05-23 Arthur Axel... release 0.00202 v0.00202
2010-05-23 Arthur Axel... Dlog now works for package defaults
2010-05-23 Arthur Axel... super late commit of release 0.00201 v0.00201
2010-03-03 Arthur Axel... release 0.00200 v0.00200
2010-03-03 Arthur Axel... add Log::Dispatchouli example
2010-03-03 Arthur Axel... Log::Log4perl works now!
next