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