Add verbosity level to platform log for better integration with Web and Android platforms

This commit is contained in:
Wojtek Figat
2026-02-24 20:09:09 +01:00
parent 195d5b1aa2
commit e41ec4ebfd
14 changed files with 32 additions and 20 deletions

View File

@@ -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;