Home
last modified time | relevance | path

Searched refs:LogFormatter (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/logging/
DLogFormatter.h28 class LogFormatter {
30 virtual ~LogFormatter() = default;
41 class SimpleLogFormatter : public LogFormatter {
50 class SimpleLogWithTimeFormatter : public LogFormatter {
68 class VerboseLogFormatter : public LogFormatter {
76 class GoogleLogFormatter : public LogFormatter {
86 class NoDuplicateLinesFormatter : public LogFormatter {
88 NoDuplicateLinesFormatter(std::shared_ptr<LogFormatter> logger);
94 std::shared_ptr<LogFormatter> mInner;
DLog.h83 class LogFormatter; variable
85 LOGGING_API void setLogFormatter(LogFormatter* fmt);
/hardware/google/aemu/base/
DBUILD.bazel223 "include/aemu/base/logging/LogFormatter.h",