summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/common/logging.c')
-rw-r--r--src/host/layer23/src/common/logging.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/host/layer23/src/common/logging.c b/src/host/layer23/src/common/logging.c
index d8fd076b..109dc384 100644
--- a/src/host/layer23/src/common/logging.c
+++ b/src/host/layer23/src/common/logging.c
@@ -127,6 +127,18 @@ static const struct log_info_cat default_categories[] = {
.color = "\033[1;35m",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
+ [DTRX] = {
+ .name = "TRX",
+ .description = "TRX interface",
+ .color = "\033[1;36m",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
+ [DAPP] = {
+ .name = "APP",
+ .description = "Application",
+ .color = "\033[1;35m",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
};
const struct log_info log_info = {