Name : perl-Catalyst-Log-Log4perl
| |
Version : 1.60.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.4
| Date : 2018-10-07 23:45:07
|
Group : Unspecified
| Source RPM : perl-Catalyst-Log-Log4perl-1.60.0-1.4.src.rpm
|
Size : 0.02 MB
| |
Packager : (none)
| |
Summary : DEPRECATED (see Log::Log4perl::Catalyst)
|
Description :
This module provides a Catalyst::Log implementation that uses Log::Log4perl as the underlying log mechanism. It provides all the methods listed in Catalyst::Log, with the exception of:
levels enable disable
These methods simply return 0 and do nothing, as similar functionality is already provided by Log::Log4perl.
These methods will all instantiate a logger with the component set to the package who called it. For example, if you were in the MyApp::C::Main package, the following:
package MyApp::C::Main;
sub default : Private { my ( $self, $c ) = AATT_; my $logger = $c->log; $logger->debug(\"Woot!\"); }
Would send a message to the Myapp.C.Main Log::Log4perl component.
See Log::Log4perl for more information on how to configure different logging mechanisms based on the component.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Tumbleweed/noarch |