libosmovty 0.9.6-18.20170220git32ee5af8.fc37
Osmocom VTY library
logging.h
1#pragma once
2
3#define LOGGING_STR "Configure log message to this terminal\n"
4#define FILTER_STR "Filter log messages\n"
5
6struct log_info;
7void logging_vty_add_cmds(const struct log_info *cat);
8struct vty;
9struct log_target *osmo_log_vty2tgt(struct vty *vty);
Definition: vty.h:50