Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py40 ALL_LEVELS = LOG_DEBUG + LOG_INFO + LOG_WARNING + LOG_ERROR + LOG_CRITICAL variable in LogStyles
306 if log_style & LogStyles.ALL_LEVELS == 0:
309 if log_style & ~LogStyles.ALL_LEVELS == 0:
/tools/test/connectivity/acts/framework/tests/libs/logging/
Dlog_stream_test.py287 LogStyles.ALL_LEVELS)