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

NAME

XAS::Collector::Output::Database::Base - Perl extension for the XAS Environment

SYNOPSIS

  use XAS::Collector::Output::Database::Logs;

  my $output = XAS::Collector::Output::Database::Logs->new(
      -alias    => 'database-logs',
      -database => 'messaging',
  );

DESCRIPTION

This module is the base class for database storage.

METHODS

new

This module inheirts from XAS::Lib::POE::Service and takes these additional parameters:

-database

An optional configuration name for the database to use, defaults to 'messaging'.

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::Database::Alerts
XAS::Collector::Output::Database::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.