Changes text of documentation above static Log method from warning to info to better reflect method's purpose and avoid possible confusion

This commit is contained in:
Anton Makarenko
2025-02-05 16:24:55 +02:00
parent 8542f78b0b
commit 9e25714338

View File

@@ -19,7 +19,7 @@ public:
static void Log(LogType type, const StringView& message);
/// <summary>
/// A variant of Debug.Log that logs a warning message to the console.
/// A variant of Debug.Log that logs an info message to the console.
/// </summary>
/// <param name="message">The text message to display.</param>
FORCE_INLINE static void Log(const StringView& message)