<@U0KBF8D7V> will using a delegate allow me to c...
# announcements
j
@Paul Woitaschek will using a delegate allow me to change the output of print statements in the code-base? let's say I do
Copy code
print("blah")
now I want it to print
kotlin.io.print("$date - $message"
) every time somone calls regular print or println