X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FLog.pm;h=97923930ed992c650da0cdd9e8517f87ca546d43;hb=49ba64d78a4954b8e478745f317ad6b593a6b0ae;hp=67fc1e6bac81bc15389b2a78ede9e2d127065139;hpb=a6433a05ac38a96892eeb24a48cb782c9d44cdf2;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Log.pm b/lib/Catalyst/Log.pm index 67fc1e6..9792393 100644 --- a/lib/Catalyst/Log.pm +++ b/lib/Catalyst/Log.pm @@ -168,6 +168,14 @@ 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