module buildj_log pub fn print_log(msg string) { println(msg) }