Home
last modified time | relevance | path

Searched refs:AWSLogSystem (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/s3/
Daws_logging.cc28 AWSLogSystem::AWSLogSystem(Aws::Utils::Logging::LogLevel log_level) in AWSLogSystem() function in tensorflow::AWSLogSystem
31 void AWSLogSystem::Log(Aws::Utils::Logging::LogLevel log_level, const char* tag, in Log()
43 void AWSLogSystem::LogStream(Aws::Utils::Logging::LogLevel log_level, in LogStream()
49 void AWSLogSystem::LogMessage(Aws::Utils::Logging::LogLevel log_level, in LogMessage()
123 void AWSLogSystem::InitializeAWSLogging() { in InitializeAWSLogging()
127 Aws::MakeShared<AWSLogSystem>(kAWSLoggingTag, ParseLogLevelFromEnv())); in InitializeAWSLogging()
133 void AWSLogSystem::ShutdownAWSLogging() { in ShutdownAWSLogging()
Daws_logging.h28 class AWSLogSystem : public Aws::Utils::Logging::LogSystemInterface {
33 explicit AWSLogSystem(Aws::Utils::Logging::LogLevel log_level);
34 virtual ~AWSLogSystem() = default;
63 TF_DISALLOW_COPY_AND_ASSIGN(AWSLogSystem);
Ds3_file_system.cc138 AWSLogSystem::ShutdownAWSLogging(); in ShutdownClient()
302 AWSLogSystem::InitializeAWSLogging(); in GetS3Client()