Function libinput_log_get_priority
pub unsafe extern "C" fn libinput_log_get_priority(
libinput: *const libinput,
) -> u32
Expand description
@ingroup base
Get the context’s log priority. Messages with priorities equal to or higher than the argument will be printed to the current log handler.
The default log priority is @ref LIBINPUT_LOG_PRIORITY_ERROR.
@param libinput A previously initialized libinput context @return The minimum priority of log messages to print.
@see libinput_log_set_handler @see libinput_log_set_priority