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::Configure::Debug - Prints a debug message in the standard munin-node-configure format.

Name

       Munin::Node::Configure::Debug - Prints a debug message in the standard munin-node-configure format.

Subroutines

DEBUG($message)
           Prints  $message  in  the  standard  munin-node-configure  format  (to  STDOUT,  prefixed  with a '#'
           character), if and only if the DEBUG flag was set in the Config instance.

           $message should not have a leading '# ', or trailing newline.

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

Synopsis

         DEBUG('This is a debug message');

See Also