XLOGF

Log a message to this file's default log category, using a format string.

Synopsis

Declared in <folly/logging/xlog.h>

#define XLOGF(level, fmt, ...)

Parameters

NameDescription
levelThe folly::LogLevel value at which to log.
fmtA folly::format-style format string for the message.