Enums representing a lower bound for LogSeverity. APIs that only operate on messages of at least a certain level (for example, SetMinLogLevel()) use this type to specify that level. absl::LogSeverityAtLeast::kInfinity is a level above all threshold levels and therefore no log message will ever meet this threshold.
Synopsis
Declared in <absl/base/log_severity.h>
enum class LogSeverityAtLeast : int;
Members
Name |
Description |
|
Threshold matching |
|
Threshold matching |
|
Threshold matching |
|
Threshold matching |
|
A level above all threshold levels; no log message will ever meet this threshold. |
Non-Member Functions
Name |
Description |
Returns the value of the Minimum Log Level parameter. |
|
Updates the value of Minimum Log Level parameter. |
|
Updates the Stderr Threshold parameter. |
|
Returns the value of the Stderr Threshold parameter. |
|
Compares an |
|
Compares an |
Created with MrDocs