https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20750 --- Comment #76 from Josef Moravec <josef.moravec@gmail.com> --- (In reply to Andrew Isherwood from comment #74)
(In reply to Josef Moravec from comment #72)
I don't think the time formatting should be done here in the logger... it is helper method working with date and time... this way we could end up with one time formatter per class...
Thanks for the feedback!
OK. The obvious solution here in that case would be for me to add an additional parameter to C4::Log::GetLogs that allows you to specify if the logs should be returned sorted by date. Do you agree this would address your concerns?
Maybe it would be better to create Koha::ActionLog[s] classes based on Koha::Object, it would be much better then adding new parameter to GetLogs -- You are receiving this mail because: You are watching all bug changes.