Added Catalyst::Exception
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Log.pm
index 67fc1e6..d9d03b8 100644 (file)
@@ -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