Definition: alloc_driver.h:20
LogSeverity
Definition: tee_logging.h:31
std::string FormatLogTeeLine(const LogTeeLine &line)
Definition: log_tee.cc:70
Result< bool > FilterLogTeeLine(LogSeverity filter, std::string_view line)
Definition: log_tee.cc:83
Result< std::string > ColorLogTeeLine(std::string_view line)
Definition: log_tee.cc:79
tl::expected< T, StackTraceError > Result
Definition: result_type.h:30
Result< LogTeeLine > ParseLogTeeLine(std::string_view line)
Definition: log_tee.cc:37
std::string_view date
Definition: log_tee.h:28
std::string_view subsystem
Definition: log_tee.h:30
std::string_view severity
Definition: log_tee.h:29
std::string_view message
Definition: log_tee.h:31