Lines Matching full:output
45 /* output log front color */
55 /* output log default color definition */
111 /* level output info */
125 /* color output info */
389 /* output for all backends */
394 backend->output(backend, level, tag, is_raw, log, size);
398 backend->output(backend, level, tag, is_raw, log, size);
411 backend->output(backend, level, tag, is_raw, log, size);
456 /* output to all backends */
462 /* We can't ensure that all backends support ISR context output.
473 * output the log by variable argument list
478 * @param format output format
524 /* lock output */
543 /* unlock output */
549 /* do log output */
552 /* unlock output */
557 * output the log
562 * @param format output format
578 * output RAW string format log
580 * @param format output format
595 /* lock output */
618 /* do log output */
621 /* unlock output */
667 /* lock output */
728 /* do log output */
731 /* unlock output */
738 * The log on this tag which level is less than it will stop output.
743 * // the example tag log which level is less than INFO level will stop output
745 * // remove example tag's level filter, all level log will resume output
751 * Then all level log will resume output.
769 /* lock output */
819 /* unlock output */
842 /* lock output */
854 /* unlock output */
874 * LOG_FILTER_LVL_SILENT: disable all log output, except assert level
875 * LOG_FILTER_LVL_ALL: enable all log output
888 * LOG_FILTER_LVL_SILENT: disable all log output, except assert level
889 * LOG_FILTER_LVL_ALL: enable all log output
1084 /* lock output */
1099 /* unlock output */
1114 RT_ASSERT(backend->output);
1152 * asynchronous output logs to all backends
1166 /* output to all backends */
1175 * waiting for get asynchronous output log
1235 /* async output ring block buffer */
1243 /* async output thread */
1248 rt_kprintf("Error: ulog init failed! No memory for async output thread.\n");
1255 /* async output thread startup */