|
| std::string | cuttlefish::anonymous_namespace{tee_logging.cpp}::ToUpper (std::string_view input) |
| |
| std::vector< SeverityTarget > | cuttlefish::anonymous_namespace{tee_logging.cpp}::SeverityTargetsForFiles (const std::vector< std::string > &files) |
| |
| LogSeverity | cuttlefish::anonymous_namespace{tee_logging.cpp}::FromLogEntry (const absl::LogEntry &log_entry) |
| |
| std::pair< int, int > | cuttlefish::anonymous_namespace{tee_logging.cpp}::CountSizeAndNewLines (const char *message) |
| |
| template<typename F , typename... Args> |
| void | cuttlefish::anonymous_namespace{tee_logging.cpp}::SplitByLines (const char *msg, const F &log_function, Args &&... args) |
| |
| std::string | cuttlefish::anonymous_namespace{tee_logging.cpp}::StderrOutputGenerator (const struct tm &now, int pid, uint64_t tid, LogSeverity severity, const char *tag, const char *file, unsigned int line, const char *message) |
| |
| std::string | cuttlefish::StripColorCodes (const std::string &str) |
| |
| std::string | cuttlefish::FromSeverity (LogSeverity severity) |
| |
| Result< LogSeverity > | cuttlefish::ToSeverity (std::string_view value) |
| |
| static LogSeverity | cuttlefish::GuessSeverity (const std::string &env_var, LogSeverity default_value) |
| |
| LogSeverity | cuttlefish::ConsoleSeverity () |
| |
| LogSeverity | cuttlefish::LogFileSeverity () |
| |
| void | cuttlefish::SetLoggers (std::vector< SeverityTarget > destinations, const std::string &log_prefix) |
| |
| void | cuttlefish::LogToStderr (const std::string &log_prefix, MetadataLevel metadata_level, std::optional< LogSeverity > severity) |
| |
| void | cuttlefish::LogToFiles (const std::vector< std::string > &files, const std::string &log_prefix) |
| |
| void | cuttlefish::LogToStderrAndFiles (const std::vector< std::string > &files, const std::string &log_prefix, MetadataLevel stderr_level, std::optional< LogSeverity > stderr_severity) |
| |