Scroll to navigation

SHARYANTO::Log::Util(3pm) User Contributed Perl Documentation SHARYANTO::Log::Util(3pm)
 

NAME

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

VERSION

version 0.67

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

SHARYANTO
Log::Any

HOMEPAGE

Please visit the project's homepage at <https://metacpan.org/release/SHARYANTO-Utils>.

SOURCE

Source repository is at <https://github.com/sharyanto/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

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 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.
2014-01-09 perl v5.18.2