table of contents
other versions
- buster 2.0.49-1
- buster-backports 2.0.67-1~bpo10+1
- testing 2.0.67-3
- unstable 2.0.67-4
- experimental 2.999.15-3
Munin::Node::Configure::Debug(3pm) | User Contributed Perl Documentation | Munin::Node::Configure::Debug(3pm) |
NAME¶
Munin::Node::Configure::Debug - Prints a debug message in the standard munin-node-configure format.SYNOPSIS¶
DEBUG('This is a debug message');
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.
2019-05-15 | perl v5.28.1 |