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

NAME

XAS::Lib::Log::Console - A class for logging

DESCRIPTION

This module is for logging to the terminal. It logs to stderr.

METHODS

new

This method initializes the module.

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.