CONFIG_SYS_LOG_EXT_HOOK

Use external hook function for logging

Type: bool

Help

Use external hook function for logging.

Direct dependencies

SYS_LOG

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/logging/Kconfig:61

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:18

Menu path: (top menu) → Logging Options

config SYS_LOG_EXT_HOOK
    bool
    prompt "Use external hook function for logging" if SYS_LOG
    depends on SYS_LOG
    help
      Use external hook function for logging.

(Definitions include propagated dependencies, including from if’s and menus.)