summaryrefslogtreecommitdiff
path: root/transport/native/utils/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'transport/native/utils/log.h')
-rw-r--r--transport/native/utils/log.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/transport/native/utils/log.h b/transport/native/utils/log.h
index 3cf99f9de2..4058cfffe1 100644
--- a/transport/native/utils/log.h
+++ b/transport/native/utils/log.h
@@ -46,10 +46,11 @@ class Log {
__attribute__((format(printf, 2, 3)));
struct Tag {
- static constexpr const char *const TRANSPORT = "StudioTransport";
- static constexpr const char *const PROFILER = "StudioProfiler";
- static constexpr const char *const APPINSPECT = "AppInspection";
- static constexpr const char *const COROUTINE_DEBUGGER = "CoroutineDebugger";
+ static constexpr const char *const TRANSPORT = "studio.transport";
+ static constexpr const char *const PROFILER = "studio.profiler";
+ static constexpr const char *const APPINSPECT = "studio.appInspection";
+ static constexpr const char *const COROUTINE_DEBUGGER =
+ "studio.coroutineDebugger";
};
};