logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Log::Any::Adapter::Log4perl - Log::Any adapter for Log::Log4perl

Authors

       •   Jonathan Swartz <swartz@pobox.com>

       •   David Golden <dagolden@cpan.org>

       •   Doug Bell <preaction@cpan.org>

Contributors

       •   Doug Bell <doug@preaction.me>

       •   Gianni Ceccarelli <gianni.ceccarelli@broadbean.com>

Description

       This Log::Any adapter uses Log::Log4perl for logging. log4perl must be initialized before calling set.
       There are no parameters.

Log Level Translation

       Log levels are translated from Log::Any to Log4perl as follows:

           notice -> info
           warning -> warn
           critical -> fatal
           alert -> fatal
           emergency -> fatal

Methods

structured
       This adapter supports structured logging, introduced in Log-Any v1.700.

Name

       Log::Any::Adapter::Log4perl - Log::Any adapter for Log::Log4perl

See Also

       •   Log::Any

       •   Log::Any::Adapter

       •   Log::Log4perl

Support

Bugs/FeatureRequests
       Please     report    any    bugs    or    feature    requests    through    the    issue    tracker    at
       <https://github.com/preaction/Log-Any-Adapter-Log4perl/issues>.  You will be  notified  automatically  of
       any progress on your issue.

   SourceCode
       This  is open source software.  The code repository is available for public review and contribution under
       the terms of the license.

       <https://github.com/preaction/Log-Any-Adapter-Log4perl>

         git clone https://github.com/preaction/Log-Any-Adapter-Log4perl.git

Synopsis

           use Log::Log4perl;
           Log::Log4perl::init('/etc/log4perl.conf');

           Log::Any::Adapter->set('Log::Log4perl');

Version

       version 0.09

See Also