DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnameliblog-log4perl-perl
BeschreibungA Perl port of the widely popular log4j logging package.
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.29-1
Sektionperl
Prioritätoptional
Installierte Größe1884 Byte
Hängt ab vonperl
Empfohlene Paketeliblog-dispatch-perl, libipc-shareable-perl
PaketbetreuerManoj Srivastava
Quelle
Paketgröße439632 Byte
Prüfsumme MD5939e2c2a38208c0f281cfd446f0469dc
Prüfsumme SHA17e5ba8070b05b74af7d2284cef59da34b8bee30d
Prüfsumme SHA2566909b694ddfbc0e781b92f212ad1893e909553563376169ba8bd04524d5276d0
Link zum Herunterladenliblog-log4perl-perl_1.29-1_all.deb
Ausführliche BeschreibungLog::Log4perl is a pure Perl port of the widely popular Apache/Jakarta log4j library for Java. In the spirit of log4j, Log::Log4perl addresses the shortcomings of typical ad-hoc or homegrown logging systems by providing three mechanisms to control the amount of data being logged and where it ends up at: * Levels allow you to specify the priority of log messages. Low-priority messages are suppressed when the system's setting allows for only higher-priority messages. * Categories define which parts of the system you want to enable logging in. Category inheritance allows you to elegantly reuse and override previously defined settings of different parts in the category hierarchy. So, at a central location in your system (either in a configuration file or in the startup code) you may specify which components (classes,functions) of your system should generate logs. * Appenders allow you to choose which output devices the log data is being written to, once it clears the previously listed hurdles.


Impressum
Linux is a registered trademark of Linus Torvalds