NAME
HeliosX::ExtLoggerService - Alternative Helios::Service class to log to external logging systems
SYNOPSIS
package YourHeliosService;
use base qw(HeliosX::ExtLoggerService);
use strict;
use warnings;
...etc...
DESCRIPTION
This module is not yet complete, thus the documentation is not yet complete.
METHODS
logMsg()
SEE ALSO
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.