LogEvent

constructor(id: String = randomId(), timestamp: Instant = timestampNow(), host: String = hostname, logger: String, context: String? = threadContext(), level: Level, template: String? = null, message: String, stackTrace: String? = null, items: EventItems = mapOf())