Constant obs_sys::LOG_ERROR

source ·
pub const LOG_ERROR: _bindgen_ty_1 = 100;
Expand description

Use if there’s a problem that can potentially affect the program, but isn’t enough to require termination of the program.

Use in creation functions and core subsystem functions. Places that should definitely not fail.