blob: f8ffbc3e72572c1f719fb0010c563add6ef5e7f9 (
plain)
1
2
3
4
5
6
7
|
#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"
#endif /* _VTY_LOGGING_H */
|