|
libosmovty 1.10.0.47-38eb4
Osmocom VTY library
|
Go to the source code of this file.
Macros | |
| #define | LOGGING_STR "Configure logging\n" |
| #define | FILTER_STR "Filter log messages\n" |
Functions | |
| void | logging_vty_add_cmds () |
| Register logging related commands to the VTY. | |
| void | logging_vty_add_deprecated_subsys (void *ctx, const char *name) |
| struct log_target * | osmo_log_vty2tgt (struct vty *vty) |
| Get log target associated to VTY console. | |
| #define FILTER_STR "Filter log messages\n" |
| #define LOGGING_STR "Configure logging\n" |
Referenced by gen_logging_level_cmd_strs().
| void logging_vty_add_cmds | ( | void | ) |
Register logging related commands to the VTY.
Call this once from your application if you want to support those commands.
References CFG_LOG_NODE, cfg_log_node, CONFIG_NODE, config_write_log(), EVERYTHING_STR, gen_logging_level_cmd_strs(), gen_vty_logp_cmd_strs(), install_lib_element(), install_lib_element_ve(), install_node(), LOG_LEVEL_ARGS, and LOG_LEVEL_STRS.
| void logging_vty_add_deprecated_subsys | ( | void * | ctx, |
| const char * | name ) |
| struct log_target * osmo_log_vty2tgt | ( | struct vty * | vty | ) |
Get log target associated to VTY console.
| [in] | vty | Log target type |
References CFG_LOG_NODE, telnet_connection::dbg, vty::index, vty::node, vty::priv, VTY_NEWLINE, and vty_out().