#include <cli_console.h>
This structure contains various options for CLI console front-end. Application must call pj_cli_console_cfg_default() to initialize this structure with its default values.
◆ log_level
int pj_cli_console_cfg::log_level |
Default log verbosity level for the session.
Default value: PJ_CLI_CONSOLE_LOG_LEVEL
◆ prompt_str
Specify text message as a prompt string to user.
Default: empty
◆ quit_command
pj_str_t pj_cli_console_cfg::quit_command |
Specify the command to quit the application.
Default: empty
The documentation for this struct was generated from the following file: