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

NAME

HeliosX::Logger::File - Helios::Logger to log to a file on disk

SYNOPSIS

  # in helios.ini
  loggers=HeliosX::Logger::File
  logfile_path=/var/log/helios/
  logfile_threshold=6

DESCRIPTION

HeliosX::Logger::File is a Helios::Logger class to send Helios log messages directly to a file. Its intended to be a debugging tool for diagnosing problems with Helios worker processes.

SEE ALSO

Helios, Helios::Logger

AUTHOR

Andrew Johnson, <lajandy at cpan dotorg>

COPYRIGHT AND LICENSE

This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.

WARRANTY

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

This software comes with no warranty of any kind.