summaryrefslogtreecommitdiff
path: root/include/logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/logger.h')
-rwxr-xr-xinclude/logger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/logger.h b/include/logger.h
index 77f8011..21bee83 100755
--- a/include/logger.h
+++ b/include/logger.h
@@ -25,6 +25,7 @@ struct logger_entry {
#define LOGGER_LOG_MAIN "log_main"
#define LOGGER_LOG_RADIO "log_radio"
#define LOGGER_LOG_SYSTEM "log_system"
+#define LOGGER_LOG_APPS "log_apps"
#define LOGGER_ENTRY_MAX_LEN (4*1024)
#define LOGGER_ENTRY_MAX_PAYLOAD (LOGGER_ENTRY_MAX_LEN - sizeof(struct logger_entry))