The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.031 - 2015-03-26 (TRIAL RELEASE)

  • Fixed
    • Log::Any::Adapter::Test passed through all constructor arguments, which could be fatal when mocking adapters without all key-value pairs (like Log::Any::Adapter::File); now this only passes through the category and ignores other parameters when used as an adapter class override.

Documentation

Manual for developing new Log::Any adapters

Modules

Bringing loggers and listeners together
Tell Log::Any where to send its logs
Simple adapter for logging to files
Discards all log messages
Simple adapter for logging to STDERR
Simple adapter for logging to STDOUT
Common utility functions for Log::Any
Log::Any generator proxy object
Test what you're logging with Log::Any

Provides

in lib/Log/Any/Adapter/Base.pm
in lib/Log/Any/Adapter/Test.pm
in lib/Log/Any/Manager.pm
in lib/Log/Any/Proxy/Test.pm