Subject: | POD: Synopsis |
Date: | Wed, 9 Mar 2016 12:32:20 +0000 |
To: | "bug-Log-Trivial [...] rt.cpan.org" <bug-Log-Trivial [...] rt.cpan.org> |
From: | Brent Shaw <bs [...] ucf.edu> |
I love this module. Since I found it I use it in all my programs.
It's not exactly a bug, but there is what I would consider a typo in the
code example listed in the POD "Synopsis" section.
Setting the logging level is written as this:
$logger->set_level( 3 );
But that doesn't work for me. I believe it should be:
$logger->set_log_level( 3 );
(That's the way it's setting the logging level is listed under the
"set_log_level" section.)
It's a minor thing, but it's worth noting so you can consider it for
updating the next time you make a new release.
Cheers,
Brent
Brent Shaw
Senior Systems Programmer
LMS Administration Group
Center for Distributed Learning
University of Central Florida
LIB - 156 / 407-882-0311
Message body not shown because it is not plain text.