Home
last modified time | relevance | path

Searched refs:CreateGsutilLogger (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcommand_runner.py32 from gslib.command import CreateGsutilLogger
181 logger = CreateGsutilLogger('tab_complete')
Dcommand.py81 def CreateGsutilLogger(command_name): function
432 self.logger = CreateGsutilLogger(self.command_name)
1744 cls.logger = CreateGsutilLogger(cls.command_name)
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_tabcomplete.py22 from gslib.command import CreateGsutilLogger
41 self.logger = CreateGsutilLogger('tab_complete')
Dtest_copy_helper_funcs.py25 from gslib.command import CreateGsutilLogger
353 CreateGsutilLogger('copy_test'))
Dtest_parallelism_framework.py35 from gslib.command import CreateGsutilLogger
229 self.logger = CreateGsutilLogger('FakeCommand')
Dtest_acl.py22 from gslib.command import CreateGsutilLogger
56 self.logger = CreateGsutilLogger('acl')