パッケージ: liblog-loglite-perl (0.82-8.1)
liblog-loglite-perl に関するリンク
Trisquel の資源:
liblog-loglite-perl ソースパッケージをダウンロード:
- [liblog-loglite-perl_0.82-8.1.dsc]
- [liblog-loglite-perl_0.82.orig.tar.gz]
- [liblog-loglite-perl_0.82-8.1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Florian Schlichting
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module that facilitates lightweight logging
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.
その他の liblog-loglite-perl 関連パッケージ
|
|
|
-
- dep: libio-lockedfile-perl
- module providing object methods for locking files
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language