NAME
XAS::Collector::Output::Console::Base - Perl extension for the XAS Environment
SYNOPSIS
use XAS::Collector::Output::Console::Logs;
my $notify = XAS::Collector::Output::Console::Logs->new(
-alias => 'database-logs',
);
DESCRIPTION
This module is the base class for dumping data from packets.
METHODS
new
This module inherits from XAS::Lib::POE::Service and takes the same parameters.
PUBLIC EVENTS
This module declares the following events.
store_data
This event is called when a packet is ready for processing.
SEE ALSO
AUTHOR
Kevin 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.