The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XAS::Collector::Format::Base - A class for the XAS environment

SYNOPSIS

 use XAS::Class
   debug   => 0,
   version => '0.01',
   base    => 'XAS::Collector::Format::Base'
 ;

DESCRIPTION

This module is the base class for formatting data.

METHODS

new

This module inherits from XAS::Lib::POE::Session and takes the same parameters.

PUBLIC EVENTS

This module declares the following events:

format_data

This event is called when data is available for formatting.

SEE ALSO

XAS::Collector::Format::Alerts
XAS::Collector::Format::Logs
XAS::Colletor
XAS

AUTHOR

Kevin L. Esteb, <kevin@kesteb.us>

COPYRIGHT AND LICENSE

Copyright (c) 2012-2015 Kevin L. Esteb

This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.