Define LOG_CHECK_LVL

Define Documentation

LOG_CHECK_LVL(logger, level)

Return whether the logging threshold of LOGGER is less than or equal to LEVEL.

Return

Bool indicating whether or not logger is enabled.

Parameters
  • logger: Either a logger name or a Log object being queried.

  • level: Logging threshold to check.