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
const DEBUG: NcLogLevel
const DEBUG: NcLogLevel
this is honestly a bit much.
const ERROR: NcLogLevel
const ERROR: NcLogLevel
we can’t keep doin’ this, but we can do other things.
const FATAL: NcLogLevel
const FATAL: NcLogLevel
we’re hanging around, but we’ve had a horrible fault.
const INFO: NcLogLevel
const INFO: NcLogLevel
“detailed information.
const PANIC: NcLogLevel
const PANIC: NcLogLevel
print diagnostics immediately related to crashing.
const SILENT: NcLogLevel
const SILENT: NcLogLevel
default. print nothing once fullscreen service begins.
const TRACE: NcLogLevel
const TRACE: NcLogLevel
there’s probably a better way to do what you want.
const VERBOSE: NcLogLevel
const VERBOSE: NcLogLevel
“detailed information.
const WARNING: NcLogLevel
const WARNING: NcLogLevel
you probably don’t want what’s happening to happen.
