Namespaces | Enumerations | Functions
log_severity.h File Reference
#include <array>
#include <ostream>
#include "absl/base/attributes.h"
Include dependency graph for log_severity.h:
This graph shows which files directly or indirectly include this file:

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)
 


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59