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

Function LogWarning

Source/Engine/Debug/DebugLog.h:34–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

32 /// </summary>
33 /// <param name="message">The text message to display.</param>
34 FORCE_INLINE static void LogWarning(const StringView& message)
35 {
36 Log(LogType::Warning, message);
37 }
38
39 /// <summary>
40 /// A variant of Debug.Log that logs a error message to the console.

Callers 3

LogExceptionMethod · 0.85
EndInitMethod · 0.85
LogWarningMethod · 0.85

Calls 1

LogFunction · 0.70

Tested by

no test coverage detected