Android-cuttlefish cvd tool
Namespaces | Functions
severity.h File Reference
#include <string_view>
#include "cuttlefish/common/libs/utils/tee_logging.h"
#include "cuttlefish/result/result_type.h"
Include dependency graph for severity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Functions

Result< LogSeverity > cuttlefish::CharToLogSeverity (char severity)
 
std::string_view cuttlefish::GetColorForSeverity (LogSeverity severity)
 
bool cuttlefish::FilterSeverity (LogSeverity filter_severity, LogSeverity test_severity)