Searched refs:AWSLogSystem (Results 1 – 3 of 3) sorted by relevance
28 AWSLogSystem::AWSLogSystem(Aws::Utils::Logging::LogLevel log_level) in AWSLogSystem() function in tensorflow::AWSLogSystem31 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()
28 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);
138 AWSLogSystem::ShutdownAWSLogging(); in ShutdownClient()302 AWSLogSystem::InitializeAWSLogging(); in GetS3Client()