Help for this page
package Log::Maybe { use strict; ... } }; 1;
use strict; use warnings; ... debugf( 'name: %s, age: %d', 'Jack', 23 ); # dumpf takes a sprintf +form $LOG_LEVEL = 0; # disable logging at run +time debug('nothing is logged'); # what it says on the ti +n