Add verbosity level to platform log for better integration with Web and Android platforms
This commit is contained in:
@@ -874,7 +874,7 @@ void WindowsPlatform::Exit()
|
||||
|
||||
#if !BUILD_RELEASE
|
||||
|
||||
void WindowsPlatform::Log(const StringView& msg)
|
||||
void WindowsPlatform::Log(const StringView& msg, int32 logType)
|
||||
{
|
||||
Char buffer[512];
|
||||
Char* str;
|
||||
|
||||
Reference in New Issue
Block a user