We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7e837 commit 8b63b03Copy full SHA for 8b63b03
source/gameanalytics/GALogger.cpp
@@ -8,6 +8,7 @@
8
#include "GAUtilities.h"
9
#include "GAState.h"
10
11
+#define ZF_LOG_SRCLOC ZF_LOG_SRCLOC_NONE
12
#define ZF_LOG_LEVEL ZF_LOG_VERBOSE
13
#define ZF_LOG_BUF_SZ 2048
14
#include "zf_log.h"
source/gameanalytics/GALogger.h
@@ -8,8 +8,7 @@
#include "GACommon.h"
-#define ZF_LOG_SRCLOC ZF_LOG_SRCLOC_NONE
-#include "zf_log.h"
+struct zf_log_message;
namespace gameanalytics
15
{
0 commit comments