Enums representing an upper bound for LogSeverity. APIs that only operate on messages of at most a certain level (for example, buffer all messages at or below a certain level) use this type to specify that level. absl::LogSeverityAtMost::kNegativeInfinity is a level below all threshold levels and therefore will exclude all log messages.
Synopsis
Declared in <absl/base/log_severity.h>
enum class LogSeverityAtMost : int;
Members
Name |
Description |
|
A level below all threshold levels; excludes all log messages. |
|
Threshold matching |
|
Threshold matching |
|
Threshold matching |
|
Threshold matching |
Non-Member Functions
Name |
Description |
Compares an |
|
Compares an |
Created with MrDocs