Enum lttng_ust_generate::LogLevel [] [src]

pub enum LogLevel {
    Emergency,
    Alert,
    Critical,
    Error,
    Warning,
    Notice,
    Info,
    DebugSystem,
    DebugProgram,
    DebugProcess,
    DebugModule,
    DebugUnit,
    DebugFunction,
    DebugLine,
    Debug,
}

Represents the log level for a given tracepoint

Variants

Corresponds to the TRACE_EMERG log level

Corresponds to the TRACE_ALERT log level

Corresponds to the TRACE_CRIT log level

Corresponds to the TRACE_ERR log level

Corresponds to the TRACE_WARNING log level

Corresponds to the TRACE_NOTICE log level

Corresponds to the TRACE_INFO log level

Corresponds to the TRACE_DEBUG_SYSTEM log level

Corresponds to the TRACE_DEBUG_PROGRAM log level

Corresponds to the TRACE_DEBUG_PROCESS log level

Corresponds to the TRACE_DEBUG_MODULE log level

Corresponds to the TRACE_DEBUG_UNIT log level

Corresponds to the TRACE_DEBUG_FUNCTION log level

Corresponds to the TRACE_DEBUG_LINE log level

Corresponds to the TRACE_DEBUG log level