Role::Log::Syslog::Fast

A Logging role for Moose on Log::Syslog::Fast
Download

Role::Log::Syslog::Fast Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Thiago Rondon
  • Publisher web site:
  • http://search.cpan.org/~tbr/

Role::Log::Syslog::Fast Tags


Role::Log::Syslog::Fast Description

A Logging role for Moose on Log::Syslog::Fast Role::Log::Syslog::Fast is a logging role building a very lightweight wrapper to Log::Syslog::Fast for use with Moose classes.SYNOPSIS { package ExampleLog; use Moose; with 'Role::Log::Syslog::Fast'; sub BUILD { my $self = shift; $self->_hostname('/var/run/syslog'); $self->_name('Example'); } sub test { my $self = shift; $self->log('foo'); } } my $obj = new ExampleLog; $obj->test; Requirements: · Perl


Role::Log::Syslog::Fast Related Software