Peter Sergeant > Infobot-0.91_05 > Infobot::Plugin::Log::STDERR

Download:
Infobot-0.91_05.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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.