LoggingOutputChannelEvent

data class LoggingOutputChannelEvent constructor(val processId: String, val message: String, val level: LoggingOutputChannelEvent.Level = Level.INFO, val throwable: Throwable? = null) : InformativeOutputChannelEvent

Ephemeral message. Not meant to be part of a conversation

Constructors

Link copied to clipboard
constructor(processId: String, message: String, level: LoggingOutputChannelEvent.Level = Level.INFO, throwable: Throwable? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
open override val message: String
Link copied to clipboard
open override val processId: String

ID of the process that this event relates to.

Link copied to clipboard
val throwable: Throwable? = null