debug

dragon.logging.debug(
  msg,
  *args,
  **kwargs
)[source]

Log message at the DEBUG level.

Parameters:
  • msg (str) The message.