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-loglite-perl
BeschreibungPerl module that facilitates lightweight logging
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.82-7
Sektionuniverse/perl
Prioritätoptional
Installierte Größe76 Byte
Hängt ab vonperl (>= 5.6.0-16), libio-lockedfile-perl
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße14158 Byte
Prüfsumme MD5087ebc1c902165428d33e046fb88c276
Prüfsumme SHA18b9371204344039f516b24a1edda2d26f14ba779
Prüfsumme SHA2563d45b2e67d09a4fb9d612239ad3dc39fa3ee8538e262ed23b93bf9db4813ecf6
Link zum Herunterladenliblog-loglite-perl_0.82-7_all.deb
Ausführliche BeschreibungThe Log::LogLite class helps create simple logs for an application. The Log::LogLite object is created with a logging level. The default logging level is 5. After the Log::LogLite object is created, each call to the write method may write a new line in the log file. If the level of the message is lower or equal to the logging level, the message will be written to the log file. The format of the logging messages can be controlled by changing the template, and by defining a default message. The class uses the IO::LockedFile class.


Impressum
Linux is a registered trademark of Linus Torvalds