FB_LOGF_RAW() is similar to FB_LOG_RAW(), but formats the log arguments using fmt::format().
Synopsis
Declared in <folly/logging/Logger.h>
#define FB_LOGF_RAW(logger, level, filename, linenumber, functionName, fmt, arg1, …)
Parameters
Name |
Description |
logger |
The logger identifying the log category. |
level |
A qualified |
filename |
The source filename to record. |
linenumber |
The source line number to record. |
functionName |
The function name to record. |
fmt |
The |
arg1 |
The first format argument. |
Created with MrDocs