Paketname | liblog-loglite-perl |
Beschreibung | Perl module that facilitates lightweight logging |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.82-7 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 76 Byte |
Hängt ab von | perl (>= 5.6.0-16), libio-lockedfile-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 14144 Byte |
Prüfsumme MD5 | 3ce8ece3a1d6684794cee157a4b78c74 |
Prüfsumme SHA1 | a4e94f22d80c44835b5d43041200977a34296eb9 |
Prüfsumme SHA256 | 52adb68684f01ac4e6e0ddefab062b56756c306e6b50013ff72f7b03de70cfdd |
Link zum Herunterladen | liblog-loglite-perl_0.82-7_all.deb |
Ausführliche Beschreibung | The 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.
|