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

@@ -521,7 +521,7 @@ void PlatformBase::Fatal(const StringView& msg, FatalErrorType error)
Fatal(msg, nullptr, error);
}
void PlatformBase::Log(const StringView& msg)
void PlatformBase::Log(const StringView& msg, int32 logType)
{
}