Lines Matching defs:log
47 void AnimationBuilder::log(Logger::Level lvl, const skjson::Value* json,
60 SkDebugf("!! Could not format log message !!\n");
71 fLogger->log(lvl, buff, jsonstr.c_str());
119 abuilder->log(Logger::Level::kWarning, &jobject,
234 this->log(Logger::Level::kWarning, m, "Ignoring unexpected marker.");
309 void Logger::log(Level, const char[], const char*) {}
353 fLogger->log(Logger::Level::kError, "Cannot parse streaming content.\n");
361 fLogger->log(Logger::Level::kError, "Failed to read the input stream.\n");
388 fLogger->log(Logger::Level::kError, "Failed to parse JSON input.\n");
412 fLogger->log(Logger::Level::kError, msg.c_str());
432 fLogger->log(Logger::Level::kError, "Could not parse animation.\n");