Android-cuttlefish cvd tool
Namespaces | Functions
log_tee.cc File Reference
#include "cuttlefish/host/commands/cvd/cli/commands/monitor/log_tee.h"
#include <cctype>
#include <cstddef>
#include <string>
#include <string_view>
#include <vector>
#include "absl/strings/match.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_split.h"
#include "cuttlefish/ansi_codes/ansi_codes.h"
#include "cuttlefish/common/libs/utils/tee_logging.h"
#include "cuttlefish/host/commands/cvd/cli/commands/monitor/severity.h"
#include "cuttlefish/result/expect.h"
#include "cuttlefish/result/result_type.h"
Include dependency graph for log_tee.cc:

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)