Home
last modified time | relevance | path

Searched refs:ContextLevel (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py25 from acts.context import ContextLevel
84 MONOLITH_LOG: ContextLevel.ROOT,
85 TESTCLASS_LOG: ContextLevel.TESTCLASS,
86 TESTCASE_LOG: ContextLevel.TESTCASE
341 def __get_current_output_dir(self, depth=ContextLevel.TESTCASE):
/tools/test/connectivity/acts/framework/acts/
Dcontext.py31 class ContextLevel(enum.IntEnum): class