!7 cmodule TestHijackPrint > DynPrintLog { start-thread { print("hello v1 " + timeWithSeconds()); } bool printToModule() { true; } }