projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
586d510
)
make it more clear that "with_logger" will not override package_logger
Karen Etheridge [Wed, 23 May 2012 23:48:07 +0000 (16:48 -0700)]
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
54f33f4
..
1364938
100644
(file)
--- a/
lib/Log/Contextual.pm
+++ b/
lib/Log/Contextual.pm
@@
-378,7
+378,7
@@
The C<-package_logger> import option is similar to the C<-logger> import option
except C<-package_logger> sets the logger for the current package.
Unlike L</-default_logger>, C<-package_logger> cannot be overridden with
-L</set_logger>.
+L</set_logger> or L</with_logger>.
package My::Package;
use Log::Contextual::SimpleLogger;