prepared for 5.23
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Log.pm
index 67fc1e6..9792393 100644 (file)
@@ -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