Method Pike.Watchdog()->add_debug()
- Method add_debug
voidadd_debug(function(void:void)f)- Description
The function
fwill be called if the watchdog triggers, before the normal watchdog output is written.
void add_debug(function(void:void) f)
The function f will be called if the watchdog triggers, before
the normal watchdog output is written.