NAME
SHARYANTO::Log::Util - Log-related utilities
VERSION
version 0.58
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
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 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.
FUNCTIONS
None are exported by default, but they are exportable.