libosmocore/include/osmocom/vty/logging.h

10 lines
216 B
C

#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);
#endif /* _VTY_LOGGING_H */