Add verbosity level to platform log for better integration with Web and Android platforms
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user