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