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

NAME

SHARYANTO::Log::Util - Log-related utilities

VERSION

version 0.29

SYNOPSIS

 use SHARYANTO::Log::Util qw(@log_levels $log_levels_re);

DESCRIPTION

VARIABLES

None are exported by default, but they are exportable.

@log_levels

Contains log levels, from lowest to highest. Currently these are:

 (qw/trace debug info warn error fatal/)

They can be used as method names to Log::Any ($log->debug, $log->warn, etc).

$log_levels_re

Contains regular expression to check valid log levels.

SEE ALSO

Log::Any

DESCRIPTION

This module has Rinci metadata.

FUNCTIONS

None are exported by default, but they are exportable.

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Steven Haryanto.

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