Module evdev_rs::logging

source ·

Enums

Functions

  • Return the current log priority level. Messages higher than this level are printed, others are discarded. This is a global setting.
  • 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.