Name : perl-Log-Fu
| |
Version : 0.31
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 5.67
| Date : 2024-08-05 19:05:05
|
Group : Development/Libraries/Perl
| Source RPM : perl-Log-Fu-0.31-5.67.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : Simplified and developer-friendly screen logging
|
Description :
This is a simple interface for console logging. It provides a few functions, \'log_info\', \'log_debug\', \'log_warn\', \'log_crit\', and \'log_err\'. They all take strings as arguments, and can take as many arguments as you so desire (so any concatenation is done for you).
A message is printed to standard error (or to $target if specified), prefixed with the filename, line number, and originating subroutine of the message. A format string might become available in the future
It is also possible to configure per-package logging parameters and level limitations. To do this, simply provide an option hashref when using the module, as shown in the synopsis. Available levels are: debug info warn err crit
Since this module uses a very plain and simple interface, it is easy to adjust your program to override these functions to wrap a more complex logging interface in the future.
There is very little boilerplate code for you to write, and it will normally just do its thing.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-L/openSUSE_Tumbleweed/noarch |