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

@@ -108,7 +108,7 @@ public:
static void BeforeExit();
static void Exit();
#if !BUILD_RELEASE
static void Log(const StringView& msg);
static void Log(const StringView& msg, int32 logType = 1);
#endif
static int32 GetDpi();
static NetworkConnectionType GetNetworkConnectionType();