Trait libnotcurses_sys::NcLogLevelApi[][src]

pub trait NcLogLevelApi {
    const DEBUG: NcLogLevel;
    const ERROR: NcLogLevel;
    const FATAL: NcLogLevel;
    const INFO: NcLogLevel;
    const PANIC: NcLogLevel;
    const SILENT: NcLogLevel;
    const TRACE: NcLogLevel;
    const VERBOSE: NcLogLevel;
    const WARNING: NcLogLevel;
}
Expand description

Enables the NcLogLevel associated methods and constants.

Associated Constants

this is honestly a bit much.

we can’t keep doin’ this, but we can do other things.

we’re hanging around, but we’ve had a horrible fault.

“detailed information.

print diagnostics immediately related to crashing.

default. print nothing once fullscreen service begins.

there’s probably a better way to do what you want.

“detailed information.

you probably don’t want what’s happening to happen.

Implementors