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

NAME

XAS::Lib::Log::File - A class for logging to files

DESCRIPTION

This module logs to a file.

METHODS

new

This method initializes the module. It checks to make sure it exists, if it doesn't it creates the file. On a Unix like system, it will change the file permissions to rw-rw-r.

output($hashref)

The method formats the hashref and writes out the results.

SEE ALSO

XAS::Lib::Log
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.