libosmovty  0.9.6.315-40e62
Osmocom VTY library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
logging.h
Go to the documentation of this file.
1 
3 #pragma once
4 
5 #define LOGGING_STR "Configure log message to this terminal\n"
6 #define FILTER_STR "Filter log messages\n"
7 
8 struct log_info;
10 struct vty;
11 struct log_target *osmo_log_vty2tgt(struct vty *vty);
Internal representation of a single VTY.
Definition: vty.h:49
void logging_vty_add_cmds()
Definition: logging_vty.c:752
struct log_target * osmo_log_vty2tgt(struct vty *vty)
Definition: logging_vty.c:101