-
-
10 Jun 2022 00:16:31 UTC
- Distribution: Log-ger
- Module version: 0.040
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (453 / 0 / 0)
- Kwalitee
Bus factor: 1- 65.22% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (33.78KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Log::ger::Format - Use a format plugin
VERSION
version 0.040
SYNOPSIS
To set for current package only:
use Log::ger::Format 'Block';
or:
use Log::ger::Format; Log::ger::Format->set_for_current_package('Block');
To set globally:
use Log::ger::Format; Log::ger::Format->set('Block');
DESCRIPTION
Note: Since format plugins affect log-producing code, the import syntax defaults to setting for current package instead of globally.
SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 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.
Module Install Instructions
To install Log::ger, copy and paste the appropriate command in to your terminal.
cpanm Log::ger
perl -MCPAN -e shell install Log::ger
For more information on module installation, please visit the detailed CPAN module installation guide.