The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

logging/warn - Logging plugin to send logging to STDERR

SYNOPSIS

  Plugin   logging/warn
  LogLevel LOGWARN

DESCRIPTION

This plugin simply sends all error logging to STDERR via the perl warn() call.

CONFIG

LogLevel STRING | NUMBER

Specify the level of logging. One of:

        LOGDEBUG   or 7
        LOGINFO    or 6
        LOGNOTICE  or 5
        LOGWARN    or 4
        LOGERROR   or 3
        LOGCRIT    or 2
        LOGALERT   or 1
        LOGEMERG   or 0