Module evdev_rs::logging
[−]
[src]
Enums
LogPriority |
Functions
get_log_priority |
Return the current log priority level. Messages higher than this level are printed, others are discarded. This is a global setting. |
set_log_priority |
Define the minimum level to be printed to the log handler. Messages higher than this level are printed, others are discarded. This is a global setting and applies to any future logging messages. |