Luna::logv_warning

void logv_warning(const c8 *tag, const c8 *format, VarList args)

Outputs one log message with LogVerbosity::warning verbosity.

Parameters

  • in tag

    The log tag. Used by the implementation to filter logs.

  • in format

    The formatting syntax used to format the log message.

  • in args

    Arguments used to format the log message.