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

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

SLIP

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

Kconfig definition

At subsys/net/Kconfig.template.log_config.net:50

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:20drivers/net/Kconfig:34

Menu path: (top menu) → Device Drivers → SLIP driver

config SLIP_LOG_LEVEL
    int
    default 0 if (SLIP_LOG_LEVEL_OFF || !LOG) && SLIP
    default 1 if SLIP_LOG_LEVEL_ERR && SLIP
    default 2 if SLIP_LOG_LEVEL_WRN && SLIP
    default 3 if SLIP_LOG_LEVEL_INF && SLIP
    default 4 if SLIP_LOG_LEVEL_DBG && SLIP
    default LOG_DEFAULT_LEVEL if SLIP_LOG_LEVEL_DEFAULT && SLIP
    depends on SLIP

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