!7 set flag timerTask_verbose. module CleanUpTest > DynPrintLog { start { whoopsie(); } void whoopsie { printWithTime("Whoopsie"); doLater(2.0, r whoopsie); } }