NAME

Infobot::Plugin::Log::STDERR - Relay logging messages to STDERR

DESCRIPTION

Simply outputs all logging messages, their originating package and the log-level to STDERR

CONFIGURATION EXAMPLE

log:
...
  'STDERR':
    class : Infobot::Plugin::Log::STDERR
    level : 9

CONFIGURATION OPTIONS

level

The logging level at and above which to record. 9 is the lowest, 1 is the highest. See Infobot::Log::Base for more details.

AUTHOR

Pete Sergeant -- pete@clueball.com

LICENSE

Copyright Pete Sergeant.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.