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

Name

Description

level

The folly::LogLevel value at which to log.

fmt

A folly::format‐style format string for the message.

Created with MrDocs