Lines Matching refs:level
62 CONFIG_MAX_LOG_LEVEL - Max log level to build (anything higher is compiled
79 with a level of LOGL_DEBUG and a category of LOGC_NONE.
105 - maximum log level
110 limits output to records with a level less than CONFIG_LOG_MAX_LEVEL.
118 log(category, level, format_string, ...)
148 log_arch(level, format_string, ...) - category LOGC_ARCH
149 log_board(level, format_string, ...) - category LOGC_BOARD
150 log_core(level, format_string, ...) - category LOGC_CORE
151 log_dt(level, format_string, ...) - category LOGC_DT
158 all of these can use LOG_CATEGORY as the category, and a log level
161 logc(level, format_string, ...)
170 Support making printf() emit log statements a L_INFO level
189 Add a command-line option to sandbox to set the default logging level
205 Enhance the log console driver to show level / category / file / line