Define LOG_INFO

Define Documentation

LOG_INFO(message...)

Log a info-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.