-
-
16 Jun 2011 16:46:50 UTC
- Distribution: Role-Log-Syslog-Fast
- Module version: 0.14
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (405 / 485 / 0)
- Kwalitee
Bus factor: 0- 75.00% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (12.12KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Thiago Rondon
- Dependencies
- none
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- METHOD
- SEE ALSO
- BUGS AND LIMITATIONS
- AUTHOR
- LICENSE AND COPYRIGHT
- AUTHOR
- COPYRIGHT AND LICENSE
NAME
Role::Log::Syslog::Fast - A Logging role for Moose on Log::Syslog::Fast
VERSION
version 0.14
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;
DESCRIPTION
A logging role building a very lightweight wrapper to Log::Syslog::Fast for use with Moose classes.
METHOD
log
(message, [time])
SEE ALSO
Log::Syslog::Fast, Log::Syslog, Moose
BUGS AND LIMITATIONS
Please report any bugs or feature requests to bug-moosex-log-syslog-fast@rt.cpan.org, or through the web interface at http://rt.cpan.org.
Or come bother us in #moose on irc.perl.org.
AUTHOR
Thiago Rondon <thiago@aware.com.br>
LICENSE AND COPYRIGHT
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Thiago Rondon <thiago@nsms.com.br>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Thiago Rondon.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Role::Log::Syslog::Fast, copy and paste the appropriate command in to your terminal.
cpanm Role::Log::Syslog::Fast
perl -MCPAN -e shell install Role::Log::Syslog::Fast
For more information on module installation, please visit the detailed CPAN module installation guide.