Bugzilla – Attachment 56033 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), 1007 bytes, created by
Jonathan Druart
on 2016-10-04 13:50:10 UTC
(
hide
)
Description:
Bug 17088: [Follow-up] Adjust POD in Logger.pm
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-10-04 13:50:10 UTC
Size:
1007 bytes
patch
obsolete
>From 0b502508c0c1df1a1d6cab6b5b22c8024dc3840a 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 > >Not important enough to go on its own. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 > >-- >2.8.1
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