Type Definition libnotcurses_sys::NcLogLevel[][src]

type NcLogLevel = ncloglevel_e;
Expand description

Log level for NcOptions

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.