Provided by: munin-doc_2.0.25-2ubuntu0.16.04.4_all 

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.
perl v5.22.1 2020-07-20 Munin::Node::Logger(3pm)