MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / LogError

Function LogError

Source/Engine/Debug/DebugLog.h:43–46  ·  view source on GitHub ↗

A variant of Debug.Log that logs a error message to the console. The text message to display.

Source from the content-addressed store, hash-verified

41 /// </summary>
42 /// <param name="message">The text message to display.</param>
43 FORCE_INLINE static void LogError(const StringView& message)
44 {
45 Log(LogType::Error, message);
46 }
47
48 /// <summary>
49 /// Logs a formatted exception message to the Flax Console.

Callers 1

EndInitMethod · 0.85

Calls 1

LogFunction · 0.70

Tested by

no test coverage detected