X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FLog.pm;h=56f4ff4272d7ee8879bb49b520b14289be78a48e;hb=784ab0e42f27feccdf30543d909352ae8657cbeb;hp=deae3ca3fa1b73719db2561103a106215764508b;hpb=4be535b191e65b338b0c7d62b7c6acad83f7d455;p=catagits%2FCatalyst-Runtime.git 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