Lines Matching refs:log
25 prompt "The static output log level."
28 When the log level is less than this option and it will stop output.
29 These log will not compile into ROM when using LOG_X api.
46 prompt "The static output log level."
49 When the log level is less than this option and it will stop output.
50 These log will not compile into ROM when using LOG_X api.
89 bool "Enable ISR log."
92 The log output API can using in ISR (Interrupt Service Routines) also.
99 int "The log's max width."
102 The buffer size for every line log.
108 …When enable asynchronous output mode. The log output is not immediately and the log will stored to…
109 …The another thread (Such as idle) will read the buffer and output the log. So it will using more R…
136 menu "log format"
147 bool "Enable color log."
150 The log will has different color by level.
189 bool "Enable runtime log filter."
192 It will enable the log filter.
193 Such as level filter, log tag filter, log kw filter and tag's level filter.
196 bool "Enable syslog format log and API."