NAME

HeliosX::Logger::Log4perl - HeliosX::Logger subclass implementing logging to Log4perl for Helios

SYNOPSIS

# helios.ini
loggers=HeliosX::Logger::Log4perl
log4perl_conf=/path/to/log4perl.conf
log4perl_category=logging.category
log4perl_watch_interval=10

DESCRIPTION

This module is not yet complete, thus the documentation is not yet complete.

CONFIGURATION

Config options:

log4perl_conf [REQUIRED]
log4perl_category [REQUIRED]
log4perl_watch_interval

METHODS

init($config, $jobType)

The init() method verifies that the required helios.ini parameters (log4perl_conf, log4perl_category) are set for HeliosX::Logger::Log4perl.

SEE ALSO

HeliosX::ExtLoggerService, Helios::Service

AUTHOR

Andrew Johnson, <lajandy at cpan dotorg>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Andrew Johnson

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.

WARRANTY

This software comes with no warranty of any kind.