Provided by: munin-doc_2.0.19-3ubuntu0.3_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.18.2 2017-03-03 Munin::Node::Logger(3pm)