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

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

XAS::Collector::Output::Console::Alerts
XAS::Collector::Output::Console::Logs
XAS::Collector
XAS

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.