We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1c75c commit 9c80a70Copy full SHA for 9c80a70
1 file changed
README.md
@@ -106,7 +106,7 @@ If you want to use your own custom log handler here is how it is done:
106
107
**C++ API:**
108
``` c++
109
-void logHandler(const char *message, gameanalytics::EGALoggerMessageType type)
+void logHandler(std::string const& message, gameanalytics::EGALoggerMessageType type)
110
{
111
// add your logging in here
112
}
0 commit comments