X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FLog.pm;h=d9d03b88db7b46a6078389f55e1a82885d9cbd71;hb=21465c884872c1ec8c30acd72796445f9eaacb31;hp=67fc1e6bac81bc15389b2a78ede9e2d127065139;hpb=a6433a05ac38a96892eeb24a48cb782c9d44cdf2;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Log.pm b/lib/Catalyst/Log.pm index 67fc1e6..d9d03b8 100644 --- a/lib/Catalyst/Log.pm +++ b/lib/Catalyst/Log.pm @@ -168,6 +168,18 @@ Disable log levels $log->disable( 'warn', 'error' ); +=item is_debug + +=item is_error + +=item is_fatal + +=item is_info + +=item is_warn + +Is the log level active? + =back =head1 SEE ALSO