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: LogLevelLog level
data: ValueLog message
logger: Option<String>Optional logger name