From c1155e3600bfa7bdf3b0a24a57e636da49a222fe Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 16 Sep 2016 10:44:47 +0200 Subject: [PATCH] Bug 17088: [Follow-up] Adjust POD in Logger.pm Content-Type: text/plain; charset=utf-8 Not important enough to go on its own. Signed-off-by: Marcel de Rooy --- Koha/Logger.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Koha/Logger.pm b/Koha/Logger.pm index b454100..ed85c99 100644 --- a/Koha/Logger.pm +++ b/Koha/Logger.pm @@ -20,11 +20,15 @@ package Koha::Logger; =head1 NAME -Koha::Log +Koha::Logger =head1 SYNOPSIS - use Koha::Log; + use Koha::Logger; + + my $logger = Koha::Logger->get; + $logger->warn( 'WARNING: Serious error encountered' ); + $logger->debug( 'I thought that this code was not used' ); =head1 FUNCTIONS -- 1.7.10.4