Scroll to navigation

Munin::Node::Logger(3pm) User Contributed Perl Documentation Munin::Node::Logger(3pm)

NAME

Munin::Node::Logger - The logger for munin node.

SYNOPSIS

Exports a logger() subroutine.

 use Munin::Node::Logger;
 logger("Nice log message");

SUBROUTINES

  logger($message);
    

Writes $message to STDERR together with the timestamp and process id.

2022-01-03 perl v5.32.1