MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Log

Method Log

tensorflow/core/platform/s3/aws_logging.cc:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 : log_level_(log_level) {}
30
31void AWSLogSystem::Log(Aws::Utils::Logging::LogLevel log_level, const char* tag,
32 const char* format, ...) {
33 std::va_list args;
34 va_start(args, format);
35
36 const string s = strings::Printf(format, args);
37
38 va_end(args);
39
40 LogMessage(log_level, s);
41}
42
43void AWSLogSystem::LogStream(Aws::Utils::Logging::LogLevel log_level,
44 const char* tag,

Callers 1

testLogMethod · 0.45

Calls 2

PrintfFunction · 0.85
LogMessageClass · 0.50

Tested by 1

testLogMethod · 0.36