VERSION
This document describes version 0.77 of SHARYANTO::Log::Util (from Perl distribution SHARYANTO-Utils), released on 2015-09-04.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.HOMEPAGE
Please visit the project's homepage at <https://metacpan.org/release/SHARYANTO-Utils>.SOURCE
Source repository is at <https://github.com/perlancar/perl-SHARYANTO-Utils>.BUGS
Please report any bugs or feature requests on the bugtracker website <https://rt.cpan.org/Public/Dist/Display.html?Name=SHARYANTO-Utils>When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <[email protected]>COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by [email protected].This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.