Get a human‐readable string representing the LogLevel.
Synopsis
Declared in <folly/logging/LogLevel.h>
std::string
logLevelToString(LogLevel level);
Return Value
A human‐readable string representing the log level.
Parameters
Name |
Description |
level |
The log level to convert. |
Created with MrDocs