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

--- Comment #60 from Chris Cormack <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to