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 |
type |
The |
Created with MrDocs