Type Definition libnotcurses_sys::NcLogLevel[][src]

pub type NcLogLevel = i32;
Expand description

Log level for NcOptions (alias of i32).

These log levels consciously map cleanly to those of libav; notcurses itself does not use this full granularity. The log level does not affect the opening and closing banners, which can be disabled via the NcOptions NCOPTION_SUPPRESS_BANNERS. Note that if stderr is connected to the same terminal on which we’re rendering, any kind of logging will disrupt the output.

Trait Implementations

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.