blob: e0011bf92175b607937f4f04cf3a6d384bc8107f [file] [log] [blame]
Harald Welte3fb0b6f2010-05-19 19:02:52 +02001#ifndef _VTY_LOGGING_H
2#define _VTY_LOGGING_H
3
4#define LOGGING_STR "Configure log message to this terminal\n"
5#define FILTER_STR "Filter log messages\n"
6
Pablo Neira Ayuso04139f12011-03-09 13:05:08 +01007struct log_info;
8void logging_vty_add_cmds(const struct log_info *cat);
9struct vty;
Harald Weltea62648b2011-02-18 21:03:27 +010010struct log_target *osmo_log_vty2tgt(struct vty *vty);
11
Harald Welte3fb0b6f2010-05-19 19:02:52 +020012#endif /* _VTY_LOGGING_H */