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.43 Vendor : openSUSE
Release : 2.1.2 Date : 2012-09-08 10:15:40
Group : Development/Libraries/Perl Source RPM : perl-MooseX-Log-Log4perl-0.43-2.1.2.src.rpm
Size : 0.02 MB
Packager : http://bugs_opensuse_org
Summary : A Logging Role for Moose based on Log::Log4perl
Description :
A logging role building a very lightweight wrapper to the Log::Log4perl
manpage for use with your the Moose manpage 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/openSUSE:/12.2:/ARM/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 = 5.16.0
perl(Log::Log4perl) >= 1.13
perl(Moose) >= 0.65
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.16.0/MooseX
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Log
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Log/Log4perl
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Log/Log4perl.pm
/usr/lib/perl5/vendor_perl/5.16.0/MooseX/Log/Log4perl/Easy.pm
/usr/lib/perl5/vendor_perl/5.16.0/armv7l-linux-thread-multi
/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