The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_LOG_CORE_INIT_PRIORITY

Log Core Initialization Priority

Type: int

Direct dependencies

LOG

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At subsys/logging/Kconfig:13

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:31

Menu path: (Top) → Sub Systems and OS Services → Logging

config LOG_CORE_INIT_PRIORITY
    int "Log Core Initialization Priority"
    range 0 99
    default 0
    depends on LOG

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)