:orphan: .. title:: LOG_BACKEND_FORMAT_TIMESTAMP .. option:: CONFIG_LOG_BACKEND_FORMAT_TIMESTAMP *Enable timestamp formatting in the backend* Type: ``bool`` Help ==== When enabled timestamp is formatted to hh:mm:ss:ms,us. Direct dependencies =================== (\ :option:`LOG_BACKEND_UART ` || \ :option:`LOG_BACKEND_NATIVE_POSIX ` || \ :option:`LOG_BACKEND_RTT ` || \ :option:`LOG_BACKEND_SWO ` || \ :option:`LOG_BACKEND_XTENSA_SIM `) && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.formatting:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:21`` Menu path: (Top) → Sub Systems and OS Services → Logging → Output Formatting .. parsed-literal:: config LOG_BACKEND_FORMAT_TIMESTAMP bool "Enable timestamp formatting in the backend" default y depends on (\ :option:`LOG_BACKEND_UART ` || \ :option:`LOG_BACKEND_NATIVE_POSIX ` || \ :option:`LOG_BACKEND_RTT ` || \ :option:`LOG_BACKEND_SWO ` || \ :option:`LOG_BACKEND_XTENSA_SIM `) && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help When enabled timestamp is formatted to hh:mm:ss:ms,us. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*