[Koha-bugs] [Bug 14167] Add Koha::Logger based on Log4perl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 7 21:01:43 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14167

--- Comment #3 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 38954
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38954
Bug 14167 - Add Koha::Logger based on Log4perl

Review of attachment 38954:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14167&attachment=38954)
-----------------------------------------------------------------

::: Koha/Logger.pm
@@ +58,5 @@
> +    my ( $class, $category ) = @_;
> +
> +    croak("No category passed in!") unless $category;
> +
> +    my $interface = C4::Context->interface();

What if it isn't set?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list