Home
last modified time | relevance | path

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

/scripts/
Dgen_compile_commands.py21 _VALID_LOG_LEVELS = ['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'] variable
49 ', '.join(_VALID_LOG_LEVELS) + '; defaults to ' +
58 if log_level not in _VALID_LOG_LEVELS: