SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-MooseX-Log-Log4perl rpm build for : OpenSuSE. For other distributions click perl-MooseX-Log-Log4perl.

Name : perl-MooseX-Log-Log4perl
Version : 0.47 Vendor : obs://build_opensuse_org/devel:ARM
Release : 2.3 Date : 2018-12-22 10:24:49
Group : Development/Libraries/Perl Source RPM : perl-MooseX-Log-Log4perl-0.47-2.3.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Logging Role for Moose based on Log::Log4perl
Description :
A logging role building a very lightweight wrapper to Log::Log4perl for use
with your Moose or Moo classes. The initialization of the Log4perl instance
must be performed prior to logging the first log message. Otherwise the
default initialization will happen, probably not doing the things you
expect.

For compatibility the \'logger\' attribute can be accessed to use a common
interface for application logging.

Using the logger within a class is as simple as consuming a role:

package MyClass;
use Moose;
with \'MooseX::Log::Log4perl\';

sub dummy {
my $self = shift;
$self->log->info(\"Dummy log entry\");
}

The logger needs to be setup before using the logger, which could happen in
the main application:

package main;
use Log::Log4perl qw(:easy);
use MyClass;

BEGIN { Log::Log4perl->easy_init() };

my $myclass = MyClass->new();
$myclass->log->info(\"In my class\"); # Access the log of the object
$myclass->dummy; # Will log \"Dummy log entry\"

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/ARM:/Factory:/Contrib:/ILP32/standard/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(MooseX::Log::Log4perl)
perl(MooseX::Log::Log4perl::Easy)
perl-MooseX-Log-Log4perl

Requires :
perl(:MODULE_COMPAT_5.28.1)
perl(Log::Log4perl) >= 1.13
perl(Moo) >= 1.000007
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.28.1/MooseX
/usr/lib/perl5/vendor_perl/5.28.1/MooseX/Log
/usr/lib/perl5/vendor_perl/5.28.1/MooseX/Log/Log4perl
/usr/lib/perl5/vendor_perl/5.28.1/MooseX/Log/Log4perl.pm
/usr/lib/perl5/vendor_perl/5.28.1/MooseX/Log/Log4perl/Easy.pm
/usr/share/doc/packages/perl-MooseX-Log-Log4perl
/usr/share/doc/packages/perl-MooseX-Log-Log4perl/Changes
/usr/share/doc/packages/perl-MooseX-Log-Log4perl/README
/usr/share/man/man3/MooseX::Log::Log4perl.3pm.gz
/usr/share/man/man3/MooseX::Log::Log4perl::Easy.3pm.gz

 
ICM