Merge branch 'DebugLog-documentation-fix' of https://github.com/anton-makarenko/FlaxEngine into anton-makarenko-DebugLog-documentation-fix
This commit is contained in:
@@ -19,7 +19,7 @@ public:
|
|||||||
static void Log(LogType type, const StringView& message);
|
static void Log(LogType type, const StringView& message);
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <param name="message">The text message to display.</param>
|
/// <param name="message">The text message to display.</param>
|
||||||
FORCE_INLINE static void Log(const StringView& message)
|
FORCE_INLINE static void Log(const StringView& message)
|
||||||
|
|||||||
Reference in New Issue
Block a user