Skip to content

Commit fe8d56b

Browse files
committed
filter info logs
1 parent a69a65f commit fe8d56b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/gameanalytics/GALogger.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ namespace gameanalytics
2626
return;
2727
}
2828

29+
if(logType == LogInfo && !getInstance().infoLogEnabled)
30+
{
31+
return;
32+
}
33+
2934
std::string tag = getInstance().tag;
3035
tag += " :";
3136

0 commit comments

Comments
 (0)