MessageEmitter

fun fun interface MessageEmitter : Function1<String, Unit>

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

Types

Companion
Link copied to clipboard
object Companion

Functions

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