![]() |
![]()
| ![]() |
![]()
NAMELog::ger::Util - Utility routines for Log::ger VERSIONversion 0.042 DESCRIPTIONThis package is created to keep Log::ger as minimalist as possible. FUNCTIONSNone of these functions are exported. numeric_levelUsage: my $num = Log::ger::Util::numeric_level($level); If given a non-negative integer, will return the number as-is. Otherwise will convert the argument, assumed to be a string level, to the associated numeric level. Will die on failure. string_levelUsage: my $str_level = Log::ger::Util::string_level($level); If given a known string level, will return the string as-is. Otherwise will convert the argument, assumed to be a number, to the associated string level. Will die on failure. set_levelUsage: Log::ger::Util::set_level($level); Set log level to $level, which can be a string or numeric level. Will die on failure. add_hookadd_per_target_hookremove_hookremove_per_target_hookreset_hooksreset_per_target_hooksempty_hooksempty_per_target_hookssave_hookssave_per_target_hooksrestore_hooksrestore_per_target_hooksreinit_targetreinit_all_targetsset_pluginAUTHORperlancar <perlancar@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2023, 2022, 2020, 2019, 2018, 2017 by perlancar <perlancar@cpan.org>. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|