[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
Sat Dec 29 19:22:23 CET 2012


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

--- Comment #60 from Chris Cormack <chris at bigballofwax.co.nz> ---
(In reply to comment #59)
> (In reply to comment #58)
> > If we are going to always access the logger object via C4::Context, we could
> > do this all without the need of a new module.
> 
> That seems reasonable to me. Is there a downside to that method of handling
> the logging?

Hmm I think when working with Koha you always need a context object, so that
having a logging object seems good to me. If you did want to log without
context (no access to db or conf)  you would have to make your own object. 
If you want to provide a dump mechanism like the original patch you can define
a filter in the configuration to do that. 

I may have missed something though

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


More information about the Koha-bugs mailing list