|
Android-cuttlefish cvd tool
|
#include <string>#include <string_view>#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/result/result_type.h"

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) |