Munin::Node::Logger

Section: User Contributed Perl Documentation (3)
Updated: 2021-02-05
Page Index
 

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.


 

Index

NAME
SYNOPSIS
SUBROUTINES