Skip to content

Commit

Permalink
Merge branch 'preaction-patch-1' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nics committed Sep 5, 2016
2 parents e266656 + be0722b commit ff98a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Catmandu.pm
Expand Up @@ -278,13 +278,13 @@ C<use> command, these configuration files will be loaded at the start of your sc
=head2 log
Return the current L<Log::Any::Adapter> logger.
Return the current L<Log::Any> logger.
use Catmandu;
use Log::Any::Adapter;
use Log::Log4perl;
Log::Any::Adapter->set('Log4perl');
Log::Any::Adapter->set('Log4perl'); # requires Log::Any::Adapter::Log4perl
Log::Log4perl::init('./log4perl.conf');
my $logger = Catmandu->log;
Expand Down

0 comments on commit ff98a8e

Please sign in to comment.