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

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && MODEM

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

Kconfig definition

At subsys/logging/Kconfig.template.log_config:25

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:82drivers/modem/Kconfig:18

Menu path: (top menu) → Device Drivers → Modem Drivers

config MODEM_LOG_LEVEL
    int
    default 0 if MODEM_LOG_LEVEL_OFF && LOG && MODEM
    default 1 if MODEM_LOG_LEVEL_ERR && LOG && MODEM
    default 2 if MODEM_LOG_LEVEL_WRN && LOG && MODEM
    default 3 if MODEM_LOG_LEVEL_INF && LOG && MODEM
    default 4 if MODEM_LOG_LEVEL_DBG && LOG && MODEM
    depends on LOG && MODEM

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