TLogger contains ```interface TLogger { fun de...
# announcements
w
TLogger contains
Copy code
interface TLogger {
    fun debug(msg: () -> String)
}