From: Karen Etheridge Date: Wed, 23 May 2012 23:48:07 +0000 (-0700) Subject: make it more clear that "with_logger" will not override package_logger X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76ad626b4e86d051ba804ac075baebc9ff3d7c58;p=p5sagit%2FLog-Contextual.git make it more clear that "with_logger" will not override package_logger --- diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index 2ccb91d..f8ebcda 100644 --- a/lib/Log/Contextual.pm +++ b/lib/Log/Contextual.pm @@ -345,7 +345,7 @@ The C<-package_logger> import option is similar to the C<-logger> import option except C<-package_logger> sets the the logger for the current package. Unlike L, C<-package_logger> cannot be overridden with -L. +L or L. package My::Package; use Log::Contextual::SimpleLogger;