Result for 08A31A3FC74C8F77FCF1787A0B7BE84A34EEDCB3

Query result

Key Value
FileName./usr/share/doc/packages/perl-MooseX-Log-Log4perl/Changes
FileSize2465
MD535B1103B6F0C79621980F44D0BDB9223
SHA-108A31A3FC74C8F77FCF1787A0B7BE84A34EEDCB3
SHA-2560958100F463CBD83AD3D88A186BB20D67E294C2DAF618701850958D04974D1D6
SSDEEP48:c3GLGwh8Rr5BPXxgZaw+A0LUkY39GtAo1+3+9s/w4Oqz2xGLycf:cuH6B5B/xsz+A0LUNNGao1+3+K/w4vzd
TLSHT12E5150029ADF342A321643D5B11674B3EA7D803F071AA842B86C517C5F43774A69F0AE
hashlookup:parent-total28
hashlookup:trust100

Network graph view

Parents (Total: 28)

The searched file hash is included in 28 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD5008A146AA748470A472D249E744EFDD5
PackageArchnoarch
PackageDescriptionA 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"
PackageNameperl-MooseX-Log-Log4perl
PackageReleaselp152.21.1
PackageVersion0.47
SHA-10C901C3DA2DAFC418AC322E2016851563BAD33FE
SHA-2568119D110506D27FFD3E767A483B424F0CA65DFB6136002EEC0754F243B099644
Key Value
MD525594B05A7BE0AD96E7F47CE4BFD96ED
PackageArchnoarch
PackageDescriptionA 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"
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-MooseX-Log-Log4perl
PackageReleasebp155.2.9
PackageVersion0.47
SHA-1181A3A113731D78111F725560E79366976C62CC0
SHA-2562D89A9AB20B40C5D3BF286AF1E4FCB2F0EFFD4C0EC57EECCE7544C84A51B004A
Key Value
MD56EE69E74469825BA3DCA2DAD0F12B542
PackageArchnoarch
PackageDescriptionA logging role building a very lightweight wrapper to Log::Log4perl for use with your the Moose 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. For simple logging needs use MooseX::Log::Log4perl::Easy to directly add log_<level> methods to your class instance.
PackageMaintainerFedora Project
PackageNameperl-MooseX-Log-Log4perl
PackageRelease17.fc33
PackageVersion0.47
SHA-11F08F843E4D8A53542B72C4BC80DE591D7943B87
SHA-2565911B3D93C6A14811D2C35C00A11ED29AE6BAD03CBE237423E16E72B8B01D079
Key Value
MD5B3736A646E73B14E9AED1CE934309CBE
PackageArchnoarch
PackageDescriptionA 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"
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-MooseX-Log-Log4perl
PackageRelease2.15
PackageVersion0.47
SHA-123EC45E296846BEC6FA4D88AB01FF352CF2AE723
SHA-2562241B028CFE7E3A5614CDDFFD99D864E07ECD18D4BB6B534D12B96BAD04242BA
Key Value
MD538BD92484F58628AE508E18B270273B5
PackageArchnoarch
PackageDescriptionA 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"
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-MooseX-Log-Log4perl
PackageReleasebp153.1.12
PackageVersion0.47
SHA-12AF639C3E0933B5B714A2585769A1A0145B6AA80
SHA-25683819EECB753835150E7880E3C2F2B4777AE9580ABB30337EBFF4AABAF0F70A3
Key Value
MD504643CC77286D168E70E2085A9624C9B
PackageArchnoarch
PackageDescriptionA 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"
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-MooseX-Log-Log4perl
PackageReleasebp154.1.17
PackageVersion0.47
SHA-1310C5EFE6B632DBE69D35C198DB4A59D8D5C9802
SHA-2561C0F451EB7803B17DE7E057191503F7AFD16EF81BAC0092629C6327C80C012BC
Key Value
MD5C36E322E09146B051297C4726021835B
PackageArchnoarch
PackageDescriptionA 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:
PackageMaintainerumeabot <umeabot>
PackageNameperl-MooseX-Log-Log4perl
PackageRelease6.mga8
PackageVersion0.470.0
SHA-13A760A1CF2D2F569CAFF1B475F68C6BEF5D3DFA4
SHA-256E398ED3E5D8A1462AE05DC00137F36EB6511D02F246CF434CAB9F380FA0BF7C4
Key Value
MD5DF65AD029EF78421A53BD8D486694DF9
PackageArchnoarch
PackageDescriptionA 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"
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-MooseX-Log-Log4perl
PackageReleaselp150.1.3
PackageVersion0.47
SHA-142FAD08FF6524039668A994A92E9A95F34D4B18C
SHA-25604CF15C2EC53378C9E8B1098D418D565A78001CD4D9AAA740E99D7A790C3468B
Key Value
MD5BE5C91390D0FFC803EFEA8E1E1CF632B
PackageArchnoarch
PackageDescriptionA 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"
PackageNameperl-MooseX-Log-Log4perl
PackageRelease21.1
PackageVersion0.47
SHA-14DA52AC432883E22517681ECA9BDB22467F07D36
SHA-256D98EC996B2C5BBED09AB91DD3DCE85DA0413EDC0B55E19921DF9F19AAF2DDE08
Key Value
MD5DB2441F23AED8F19E349FB17075F00AA
PackageArchnoarch
PackageDescriptionA 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"
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-MooseX-Log-Log4perl
PackageReleasebp156.3.1
PackageVersion0.47
SHA-1543CD096E1D5FC66F24FAACF01C0359F965CEC17
SHA-256C319F739F60E9AA8FF923790DE45FE5F45BCFBD46156B7E9FD93F795FDB7A63C