toggle menu
core
1.9.10
jvm
switch theme
search in API
core
/
org.jetbrains.dokka.utilities
/
MessageEmitter
Message
Emitter
fun
interface
MessageEmitter
:
Function1
<
String
,
Unit
>
Used to decouple the transport layer from logger and make it convenient for testing
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
p1
:
String
)