Logging Output Channel Event
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)