Bugzilla – Attachment 55610 Details for
Bug 17088
Bad MARC XML can halt export_records.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17088: [Follow-up] Adjust POD in Logger.pm
Bug-17088-Follow-up-Adjust-POD-in-Loggerpm.patch (text/plain), 905 bytes, created by
Marcel de Rooy
on 2016-09-16 11:44:11 UTC
(
hide
)
Description:
Bug 17088: [Follow-up] Adjust POD in Logger.pm
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-09-16 11:44:11 UTC
Size:
905 bytes
patch
obsolete
>From c1155e3600bfa7bdf3b0a24a57e636da49a222fe Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >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 <m.de.rooy@rijksmuseum.nl> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17088
:
54202
|
55609
|
55610
|
55611
|
56032
|
56033
|
56034
|
56035