MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / log

Method log

Bcore/src/main/cpp/Dobby/external/logging/cxxlogging.cc:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void Logger::log(LogLevel level, const char *tag, const char *fmt, ...) {
13 if (level > log_level_) {
14 va_list ap;
15
16 va_start(ap, fmt);
17 vprintf(fmt, ap);
18 va_end(ap);
19 }
20}
21
22void Logger::LogFatal(const char *fmt, ...) {
23}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected