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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user