fun error(msg: () -> String): Unit = if (isErro...
# announcements
o
fun error(msg: () -> String): Unit = if (isErrorEnabled) error(msg.invoke())