table of contents
| Munin::Node::Logger(3) | User Contributed Perl Documentation | Munin::Node::Logger(3) |
NAME¶
Munin::Node::Logger - The logger for munin node.
SYNOPSIS¶
Exports a logger() subroutine.
use Munin::Node::Logger;
logger("Nice log message");
SUBROUTINES¶
- logger()
-
logger($message);Writes $message to STDERR together with the timestamp and process id.
| 2023-04-21 | perl v5.26.1 |