logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       perlancar <perlancar@cpan.org>

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.

Description

Homepage

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

Name

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

See Also

       SHARYANTO

       Log::Any

Source

       Source repository is at <https://github.com/perlancar/perl-SHARYANTO-Utils>.

Synopsis

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

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.

Version

       This document describes version 0.77 of SHARYANTO::Log::Util (from Perl distribution SHARYANTO-Utils),
       released on 2015-09-04.

See Also