Define LOG_DEBUG

Define Documentation

LOG_DEBUG(message...)

Log a debug-level message to the default logger using a varargs/printf style interface.

Parameters
  • message: An sprintf-compatible format string followed by zero, one, or more comma-separated arguments.