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

NAME

logging/file - Logging plugin to send logging to a file

SYNOPSIS

  Plugin   logging/file
  LogFile  log.out
  LogLevel LOGWARN

DESCRIPTION

This plugin simply sends all error logging to the file specified.

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

LogFile STRING

A file to use for logging.