This is an automated email from the git hooks/post-receive script. js pushed a commit to tag 0.91 in repository libcatmandu-perl.
commit d9af68edac59cd93e1fe65c8ffdf06ea27cdd1f9 Author: Jakob Voss <[email protected]> Date: Fri May 16 10:36:29 2014 +0200 link to logging basics for beginners --- lib/Catmandu.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Catmandu.pm b/lib/Catmandu.pm index 7757b4d..d582358 100644 --- a/lib/Catmandu.pm +++ b/lib/Catmandu.pm @@ -148,7 +148,8 @@ sub _env { =head2 log Return the current logger (the L<Log::Any::Adapter> for category -L<Catmandu::Env>). +L<Catmandu::Env>). See L<Log::Any#Logging> for how to send messages to the +logger. E.g. turn on Log4perl logging in your application; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
