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::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.

$data

The data to write out.

SEE ALSO

XAS::Logmon
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.