Skip to main content

LoggingMessageNotification

Type Alias LoggingMessageNotification 

Source
pub type LoggingMessageNotification = LoggingNotification;
Expand description

Spec-faithful name for notifications/message — same wire shape as LoggingNotification (kept as an alias for backwards compatibility).

Aliased Type§

pub struct LoggingMessageNotification {
    pub level: LogLevel,
    pub data: Value,
    pub logger: Option<String>,
}

Fields§

§level: LogLevel

Log level

§data: Value

Log message

§logger: Option<String>

Optional logger name