``` private val print = PrintStream(System.out) ``...
# announcements
j
Copy code
private val print = PrintStream(System.out)
Copy code
System.setOut(null)
Now my logger is using
Copy code
print.println(logmessage here)