Helper macro for implementing FB_LOG() and FB_LOGF().

Synopsis

Declared in <folly/logging/Logger.h>

#define FB_LOG_IMPL(logger, level, type, …​)

Description

This macro generally should not be used directly by end users.

Parameters

Name

Description

logger

The logger identifying the log category.

level

The folly::LogLevel value at which to log.

type

The LogStreamProcessor append or format mode.

Created with MrDocs