Package : perl-Log-Any-Adapter-Callback

Package details

Summary: Send Log::Any logs to a subroutine

Description:
This adapter lets you specify callback subroutine to be called by
Log::Any's logging methods (like $log->debug(), $log->error(), etc) and
detection methods (like $log->is_warning(), $log->is_fatal(), etc.).

This adapter is used for customized logging, and is mostly a convenient
construct to save a few lines of code. You could achieve the same effect by
creating a full Log::Any adapter class.

Your logging callback subroutine will be called with these arguments:


URL: http://search.cpan.org/dist/Log-Any-Adapter-Callback
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs