NAME

WaitReSS::Logging - Centralized logging utilities

VERSION

version 0.001

DESCRIPTION

To facilitate debugging, this module provides some functions to log traces.

METHODS

debug

info

error

info( @stuff );
debug( @stuff );
error( @stuff );

Output @stuff on STDERR colored depending on the gravity, with a timestamp and the caller sub. An automatic \n is appended.

AUTHOR

Jerome Quelin <jquelin@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Jerome Quelin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.