We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ba49a commit 15caa9cCopy full SHA for 15caa9c
1 file changed
GCDWebServer/Core/GCDWebServerPrivate.h
@@ -57,6 +57,9 @@
57
58
#define __GCDWEBSERVER_LOGGING_FACILITY_XLFACILITY__
59
60
+#undef XLOG_TAG
61
+#define XLOG_TAG @"gcdwebserver.internal"
62
+
63
#import "XLFacilityMacros.h"
64
65
#define GWS_LOG_DEBUG(...) XLOG_DEBUG(__VA_ARGS__)
0 commit comments