MessageEmitter

fun interface MessageEmitter : Function1<String, Unit>

Used to decouple the transport layer from logger and make it convenient for testing

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator fun invoke(p1: String)