Lines Matching refs:format
82 * @param format the format string specifying the next arguments (a la
90 static ESR_ReturnCode FileLoggerPrintf(PLogger *self, const LCHAR *format, ...)
96 va_start(args, format);
97 rc = pvfprintf(p->fp, format, args);
262 static ESR_ReturnCode logIt(const LCHAR *format, va_list args, ESR_BOOL showStackTrace)
274 if (strstr(format, "ESR_BUFFER_OVERFLOW")==format)
375 pvsprintf(buffer + LSTRLEN(buffer), format, args);
377 pvsprintf(buffer + LSTRLEN(buffer), format, args);
417 * @param msg The message format specification (ala printf).
471 * @param msg The message format specification (ala printf).
534 ESR_ReturnCode PLogSetFormat(LOG_OUTPUT_FORMAT format)
536 GlogFormat = format;