[Koha-bugs] [Bug 8190] Add a logging module to Koha, that can report log message to staff interface (for developer use)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 3 12:48:20 CET 2013


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

--- Comment #62 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to comment #57)
> There are five issues that absolutely must be fixed:
> 1) The ->debug() level needs to work.

It has always worked, see comment #49

> 2) Private variable need to be eliminated from the module level and the code
> made thread-safe.

Done, tested with Plack

> 3) The unit test must be changed to not require the database.

Done, removed the C4::Context requirement

> 4) The $log package variable should not be in Koha::Utils::Logger. Any
> static configuration should be handled entirely in C4::Context.
> 5) If Koha::Utils::Logger is object-oriented, it must not be an Exporter.

Done

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


More information about the Koha-bugs mailing list