LogLevel

Type Alias LogLevel 

Source
pub type LogLevel = LoggingLevel;
Expand description

Type alias for compatibility (per MCP spec)

Aliased Type§

pub enum LogLevel {
    Debug,
    Info,
    Notice,
    Warning,
    Error,
    Critical,
    Alert,
    Emergency,
}

Variants§

§

Debug

§

Info

§

Notice

§

Warning

§

Error

§

Critical

§

Alert

§

Emergency