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

--- Comment #13 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
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