diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocore/logging.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocore/logging.h b/include/osmocore/logging.h index b9e0c8fd..2e82959a 100644 --- a/include/osmocore/logging.h +++ b/include/osmocore/logging.h @@ -128,4 +128,8 @@ struct log_target *log_target_create_stderr(void); void log_add_target(struct log_target *target); void log_del_target(struct log_target *target); +/* Gernerate command argument strings for VTY use */ +const char *log_vty_category_string(struct log_info *info); +const char *log_vty_level_string(struct log_info *info); + #endif /* _OSMOCORE_LOGGING_H */ |