logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Name

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

Subroutines

logger()
             logger($message);

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

perl v5.40.1                                       2025-05-20                           Munin::Node::Logger(3pm)

Synopsis

       Exports a logger() subroutine.

        use Munin::Node::Logger;

        logger("Nice log message");

See Also