Go to the source code of this file.
Namespaces | |
absl | |
Enumerations | |
enum | absl::LogSeverity : int { absl::LogSeverity::kInfo = 0, absl::LogSeverity::kWarning = 1, absl::LogSeverity::kError = 2, absl::LogSeverity::kFatal = 3 } |
Functions | |
constexpr std::array< absl::LogSeverity, 4 > | absl::LogSeverities () |
constexpr const char * | absl::LogSeverityName (absl::LogSeverity s) |
constexpr absl::LogSeverity | absl::NormalizeLogSeverity (absl::LogSeverity s) |
constexpr absl::LogSeverity | absl::NormalizeLogSeverity (int s) |
std::ostream & | absl::operator<< (std::ostream &os, absl::LogSeverity s) |