Home
last modified time | relevance | path

Searched refs:LogFunction (Results 1 – 2 of 2) sorted by relevance

/system/libbase/
Dlogging.cpp194 static LogFunction& Logger() { in Logger()
196 static auto& logger = *new LogFunction(LogdLogger()); in Logger()
198 static auto& logger = *new LogFunction(StderrLogger); in Logger()
342 void InitLogging(char* argv[], LogFunction&& logger, AbortFunction&& aborter) { in InitLogging()
343 SetLogger(std::forward<LogFunction>(logger)); in InitLogging()
400 void SetLogger(LogFunction&& logger) { in SetLogger()
/system/libbase/include/android-base/
Dlogging.h101 using LogFunction = std::function<void(LogId, LogSeverity, const char*, const char*, variable
150 LogFunction&& logger = INIT_LOGGING_DEFAULT_LOGGER,
155 void SetLogger(LogFunction&& logger);