Lines Matching refs:level
11 level for instance.
14 int "Default log level"
18 Sets log level for modules which don't specify it explicitly. When
29 int "Override lowest log level"
33 Forces a minimum log level for all modules. Modules use their
34 specified level if it is greater than this option, otherwise they use
35 the level specified by this option instead of their default or
46 int "Maximal log level compiled in the system"
50 Forces a maximal log level for all modules. Modules saturates their
51 specified level if it is greater than this option, otherwise they use
52 the level specified by this option instead of their default or
57 - 1 ERROR, maximal level set to LOG_LEVEL_ERR
58 - 2 WARNING, maximal level set to LOG_LEVEL_WRN
59 - 3 INFO, maximal level set to LOG_LEVEL_INFO
60 - 4 DEBUG, maximal level set to LOG_LEVEL_DBG