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::Dispatch - Adapter to use Log::Dispatch with Log::Any

Authors

       •   Jonathan Swartz <swartz@pobox.com>

       •   Doug Bell <preaction@cpan.org>

Contributor

       Jens Rehsack <sno@netbsd.org>

Description

       This Log::Any adapter uses Log::Dispatch for logging.

       You may either pass parameters (like outputs) to be passed to "Log::Dispatch->new", or pass a
       "Log::Dispatch" object directly in the dispatcher parameter.

Name

       Log::Any::Adapter::Dispatch - Adapter to use Log::Dispatch with Log::Any

See Also

       Log::Any::Adapter, Log::Any, Log::Dispatch

Synopsis

           use Log::Any::Adapter;

           Log::Any::Adapter->set('Dispatch', outputs => [[ ... ]]);

           my $dispatcher = Log::Dispatch->new( ... );
           Log::Any::Adapter->set('Dispatch', dispatcher => $dispatcher);

Version

       version 0.08

See Also