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

This commit is contained in:
2026-02-24 20:09:09 +01:00
parent 195d5b1aa2
commit e41ec4ebfd
14 changed files with 32 additions and 20 deletions
+2 -1
View File
@@ -540,7 +540,8 @@ public:
/// Logs the specified message to the platform-dependant logging stream.
/// </summary>
/// <param name="msg">The message.</param>
static void Log(const StringView& msg);
/// <param name="logType">The type of the log matching LogType enum. 1 - log, 2 - warning, 4 - error</param>
static void Log(const StringView& msg, int32 logType = 1);
/// <summary>
/// Checks whenever program is running with debugger attached.