Bugzilla – Attachment 87540 Details for
Bug 18205
Use Koha::Logger/Log4Perl using Mojolicious app log method
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18205: (follow-up) Fix pod in Koha::Logger::Mojo
Bug-18205-follow-up-Fix-pod-in-KohaLoggerMojo.patch (text/plain), 1.05 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-04-08 18:40:22 UTC
(
hide
)
Description:
Bug 18205: (follow-up) Fix pod in Koha::Logger::Mojo
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-04-08 18:40:22 UTC
Size:
1.05 KB
patch
obsolete
>From 001698aa68fd75e4885320b25b83f8fce17966a6 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Tue, 26 Feb 2019 12:15:37 +0000 >Subject: [PATCH] Bug 18205: (follow-up) Fix pod in Koha::Logger::Mojo > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Logger/Mojo.pm | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > >diff --git a/Koha/Logger/Mojo.pm b/Koha/Logger/Mojo.pm >index e967e8310c..3b2e535043 100644 >--- a/Koha/Logger/Mojo.pm >+++ b/Koha/Logger/Mojo.pm >@@ -52,12 +52,23 @@ Koha::Logger::Mojo > =head1 DESCRIPTION > > Use Log4perl on Mojolicious with the help of MojoX::Log::Log4perl. >+ > =cut > > use Modern::Perl; > > use base 'MojoX::Log::Log4perl'; > >+=head2 Class methods >+ >+=cut >+ >+=head3 get >+ >+Create a logger >+ >+=cut >+ > sub get { > my ($class, $params) = @_; > >@@ -79,6 +90,10 @@ sub get { > return $self; > } > >+=head2 Internal methods >+ >+=cut >+ > =head3 _get_logger > > Overloads MojoX::Log::Log4perl::_get_logger by optionally including interface >-- >2.21.0
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 18205
:
60848
|
60849
|
60850
|
69226
|
69227
|
69228
|
69232
|
85711
|
85712
|
85713
|
85714
|
87537
|
87538
|
87539
| 87540 |
87541
|
87542
|
87545
|
139811