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

Method LogStream

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

Source from the content-addressed store, hash-verified

41}
42
43void AWSLogSystem::LogStream(Aws::Utils::Logging::LogLevel log_level,
44 const char* tag,
45 const Aws::OStringStream& message_stream) {
46 LogMessage(log_level, message_stream.rdbuf()->str().c_str());
47}
48
49void AWSLogSystem::LogMessage(Aws::Utils::Logging::LogLevel log_level,
50 const std::string& message) {

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
LogMessageClass · 0.50

Tested by

no test coverage detected