aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/logging.h
blob: f4e28f887808e594fac8e107e98c2d977c55bbc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _VTY_LOGGING_H
#define _VTY_LOGGING_H

#define LOGGING_STR	"Configure log message to this terminal\n"
#define FILTER_STR	"Filter log messages\n"

void logging_vty_add_cmds(void);

struct log_target *osmo_log_vty2tgt(struct vty *vty);

#endif /* _VTY_LOGGING_H */