Returns true if and only if a LogLevel is fatal.
Synopsis
Declared in <folly/logging/LogLevel.h>
constexpr
bool
isLogLevelFatal(LogLevel level);
Return Value
true if the level is fatal, false otherwise.
Parameters
Name |
Description |
level |
The log level to test. |
Created with MrDocs