HeliosX-ExtLoggerService version 0.02
=====================================

HeliosX::ExtLoggerService is a Helios::Service subclass providing a 
more advanced logging subsystem to Helios applications.  It overrides 
the Helios::Service->logMsg() method with a new, more advanced method. 
It also provides a standard base class, HeliosX::Logger, that can be 
extended to write interface shims to various logging systems.  The 
logging to these systems can be controlled through several new 
helios.ini options globally or on an application-by-application basis.

  
INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Helios 2.00

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Andrew Johnson, except as noted.

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.8 or,
at your option, any later version of Perl 5 you may have available.

HeliosX::Logger::Internal contains code that is (C) 2008 CEB Toolbox, 
Inc.  See the lib/HeliosX/Logger/Internal.pm file for copyright 
information.
