clean up logging and debug output, minor doc fixes
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Log.pm
2006-05-18 Matt S Trout clean up logging and debug output, minor doc fixes
2006-01-13 Curtis "Ovid" Poe Modified Catalyst::Log to make it a bit easier to contr...
2006-01-13 Andy Grundman Made _dump support more than 1 item
2005-11-19 Sebastian Riedel Reformatted documentation
2005-10-11 Jesse Sheidlower Spelling fixes throughout core modules
2005-10-10 Andy Grundman Missed some changes, merged again from r1019
2005-06-20 Christian Hansen Remove BEGIN from C::Log
2005-06-20 Christian Hansen Added $req->cookie
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-06-03 Marcus Ramberg prepared for 5.23
2005-05-28 Christian Hansen Added metods to enable and disable log levels. Added...
2005-05-28 Christian Hansen Fixed some typos
2005-05-28 Christian Hansen added $log->is_(debug|info|warn|error|fatal)
2005-04-07 Marcus Ramberg revised documentation for 5.0
2005-03-26 Christian Hansen Fix dump bug in C::Log
2005-03-24 Christian Hansen added synopsis to Engine subclassed and documented...
2005-03-23 Christian Hansen Changed Catalyst::Log to be more compitable with existi...
2005-03-22 Andrew Ford added optional arguments to Catalyst::Log methods
2005-03-21 Andrew Ford minor doc changes
2005-03-02 Sebastian Riedel stuff stuff stuff
2005-02-28 Marcus Ramberg initial import of catalyst.