The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::MonM::Notifier::Log - monotifier logger

VERSION

Version 1.00

SYNOPSIS

    use App::MonM::Notifier::Log;

    my $logger = new App::MonM::Notifier::Log(
            "ident"
        );

    $logger->log_info(" ... blah-blah-blah ... ");

DESCRIPTION

This module provides log methods

METHODS

new

Constructor

log_debug

Send debug message to the syslog

log_info

Send info message to the syslog

log_notice

Send notice message to the syslog

log_warning, log_warn

Send warning message to the syslog

log_error, log_err

Send error message to the syslog

log_crit

Send crit message to the syslog

log_alert

Send alert message to the syslog

log_emerg, log_fatal, log_except, log_exception

Send emerg message to the syslog

HISTORY

See CHANGES file

DEPENDENCIES

CTK

TO DO

See TODO file

BUGS

* none noted

SEE ALSO

App::MonM::Notifier

AUTHOR

Sergey Lepenkov (Serz Minus) http://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2017 D&D Corporation. All Rights Reserved

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE file