Log a message to this file's default log category, using a format string.
Declared in <folly/logging/xlog.h>
#define XLOGF(level, fmt, ...)
| Name | Description |
|---|---|
| level | The folly::LogLevel value at which to log. |
| fmt | A folly::format-style format string for the message. |