2 Star 0 Fork 0

mirrors_gitpan / MooseX-Log-Syslog-Fast

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

NAME

MooseX::Log::Syslog::Fast - A Logging role for Moose on Log::Syslog::Fast

SYNOPSIS

{
    package ExampleLog;

    use FindBin qw($Bin);
    use lib "$Bin/lib";

    use Moose;
    with 'MooseX::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.

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.

Empty file

About

MooseX::Log::Syslog::Fast - A Logging role for Moose on Log::Syslog::Fast expand collapse
Perl
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Perl
1
https://gitee.com/mirrors_gitpan/MooseX-Log-Syslog-Fast.git
git@gitee.com:mirrors_gitpan/MooseX-Log-Syslog-Fast.git
mirrors_gitpan
MooseX-Log-Syslog-Fast
MooseX-Log-Syslog-Fast
master

Search