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

Go to the source code of this file.

Classes

struct  cuttlefish::LogTeeLine
 

Namespaces

namespace  cuttlefish
 

Functions

Result< LogTeeLine > cuttlefish::ParseLogTeeLine (std::string_view line)
 
std::string cuttlefish::FormatLogTeeLine (const LogTeeLine &line)
 
Result< std::string > cuttlefish::ColorLogTeeLine (std::string_view line)
 
Result< bool > cuttlefish::FilterLogTeeLine (LogSeverity filter, std::string_view line)