-
-
22 Apr 2018 11:41:52 UTC
- Distribution: Log-Any-Adapter-Log4perl
- Module version: 0.09
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (6150 / 0 / 0)
- Kwalitee
Bus factor: 1- 97.44% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (17.02KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- LOG LEVEL TRANSLATION
- METHODS
- SEE ALSO
- SUPPORT
- AUTHORS
- CONTRIBUTORS
- COPYRIGHT AND LICENSE
NAME
Log::Any::Adapter::Log4perl - Log::Any adapter for Log::Log4perl
VERSION
version 0.09
SYNOPSIS
use Log::Log4perl; Log::Log4perl::init('/etc/log4perl.conf'); Log::Any::Adapter->set('Log::Log4perl');
DESCRIPTION
This Log::Any adapter uses Log::Log4perl for logging. log4perl must be initialized before calling set. There are no parameters.
LOG LEVEL TRANSLATION
Log levels are translated from Log::Any to Log4perl as follows:
notice -> info warning -> warn critical -> fatal alert -> fatal emergency -> fatal
METHODS
structured
This adapter supports structured logging, introduced in Log-Any v1.700.
SEE ALSO
SUPPORT
Bugs / Feature Requests
Please report any bugs or feature requests through the issue tracker at https://github.com/preaction/Log-Any-Adapter-Log4perl/issues. You will be notified automatically of any progress on your issue.
Source Code
This is open source software. The code repository is available for public review and contribution under the terms of the license.
https://github.com/preaction/Log-Any-Adapter-Log4perl
git clone https://github.com/preaction/Log-Any-Adapter-Log4perl.git
AUTHORS
Jonathan Swartz <swartz@pobox.com>
David Golden <dagolden@cpan.org>
Doug Bell <preaction@cpan.org>
CONTRIBUTORS
Doug Bell <doug@preaction.me>
Gianni Ceccarelli <gianni.ceccarelli@broadbean.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Jonathan Swartz.
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::Any::Adapter::Log4perl, copy and paste the appropriate command in to your terminal.
cpanm Log::Any::Adapter::Log4perl
perl -MCPAN -e shell install Log::Any::Adapter::Log4perl
For more information on module installation, please visit the detailed CPAN module installation guide.