NAME
XAS::Logmon::Output::Spool - An output class for log file manipulation
SYNOPSIS
use XAS::Logmon::Output::Spool;
my $spool = XAS::Logmon::Output::Spool->new();
$spool->put($data);
DESCRIPTION
This package will write data to a spool directory.
METHODS
put($data)
This method will write the data to a spool directory.
SEE ALSO
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.