Join Slack
Powered by
<@U0KBF8D7V> will using a delegate allow me to c...
# announcements
j
janvladimirmostert
04/27/2018, 9:54 AM
@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
Open in Slack
Previous
Next