Factory

fun interface Factory : Serializable

Implementations of this interface must have a no-arguments public constructor.

Inheritors

EmptyWireLoggerFactory

Functions

Link copied to clipboard
abstract fun create(): WireLogger