Skip to content

Instantly share code, notes, and snippets.

@jevinskie
Created July 19, 2010 23:07
Show Gist options
  • Save jevinskie/482190 to your computer and use it in GitHub Desktop.
Save jevinskie/482190 to your computer and use it in GitHub Desktop.
package XXX::Role::Logger;
use Moose::Role;
with 'MooseX::Log::Log4perl::Easy' => {
-aliases => {
log => '_log',
log_info => '_log_info',
},
-excludes => [qw( log log_info )],
};
243;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment