emitEvent

abstract fun emitEvent(level: Level, throwable: Throwable?, event: Any?, contextItems: EventItems = mapOf())

Emit an event after minimum level checking.

This is different to Klogger#emitEvent in that it optionally accepts a map of items from the context. This mechanism is used by the SLF4J provider.