Name : perl-Tie-LogFile
| |
Version : 0.1
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 6.71
| Date : 2024-08-05 18:50:23
|
Group : Development/Libraries/Perl
| Source RPM : perl-Tie-LogFile-0.1-6.71.src.rpm
|
Size : 0.01 MB
| |
Packager : (none)
| |
Summary : Simple Log Autoformating
|
Description :
This module provides a quick and simple way to print out a log file with a repetative format. In many of my projects I had something like this:
sub logit { print $LOG scalar localtime, AATT_; }
This is less than flexible, and still lends itself to loglines that do not follow the logs format. The Tie::LogFile module is format based, when you first tie (really create) the filehandle, you have the option of giving the format you wish the log lines to follow. The format is in the same format as printf. See the formats section for more information.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/openSUSE_Tumbleweed/noarch |