Home
last modified time | relevance | path

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

/subsys/shell/
A Dshell_log_backend.c61 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in z_shell_log_backend_process() local
68 if (colors) { in z_shell_log_backend_process()
75 if (colors) { in z_shell_log_backend_process()
161 bool locked, bool colors) in process_log_msg() argument
170 if (colors) { in process_log_msg()
211 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in process_msg_from_buffer() local
219 process_log_msg(sh, log_output, msg, false, colors); in process_msg_from_buffer()
233 bool colors = IS_ENABLED(CONFIG_SHELL_VT100_COLORS) && in process() local
239 process_log_msg(sh, log_output, msg, true, colors); in process()
254 process_log_msg(sh, log_output, msg, true, colors); in process()
A Dshell_cmds.c523 SHELL_COND_CMD(CONFIG_SHELL_VT100_COMMANDS, colors, &m_sub_colors,
A DKconfig189 If enabled VT100 colors are used in shell (e.g. print errors in red).
/subsys/logging/
A Dlog_output.c42 static const char *const colors[] = { variable
278 const char *log_color = start && (colors[level] != NULL) ? in color_print()
279 colors[level] : LOG_COLOR_CODE_DEFAULT; in color_print()
A DKconfig.mode38 colors, or asynchronous logging, and all messages are simply

Completed in 19 milliseconds