19 Feb
2015
19 Feb
'15
4:28 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13413 --- Comment #13 from Jonathan Druart <jonathan.druart@biblibre.com> --- Did you read the discussion on bug 8190? There are a lot of ideas on it. The way to use it is: my $logger = C4::Context->logger(); $logger->info("OPAC: Search for $query"); You can have a look at the tests for more information. All the job is mainly done in the constructor (Koha::Utils::Logger->new) and the write method. And a syspref controls the log level. -- You are receiving this mail because: You are watching all bug changes.