X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FLog.pm;h=56f4ff4272d7ee8879bb49b520b14289be78a48e;hp=deae3ca3fa1b73719db2561103a106215764508b;hb=26e731318112842b5a605bec2092ccae3369c5e4;hpb=4bd82c41837b80f57b4ca6a611a20d11d4830980 diff --git a/lib/Catalyst/Log.pm b/lib/Catalyst/Log.pm index deae3ca..56f4ff4 100644 --- a/lib/Catalyst/Log.pm +++ b/lib/Catalyst/Log.pm @@ -157,11 +157,11 @@ Your logging object is expected to provide the interface described here. =item new -Constructor, defaults to enable all levels unless levels a provieded in +Constructor. Defaults to enable all levels unless levels are provided in arguments. $log = Catalyst::Log->new; - $log = Catalyst::Log->new( 'warn', 'error', 'fatal' ); + $log = Catalyst::Log->new( 'warn', 'error' ); =item levels