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

Function Log

Source/Engine/Debug/DebugLog.h:25–28  ·  view source on GitHub ↗

A variant of Debug.Log that logs an info message to the console. The text message to display.

Source from the content-addressed store, hash-verified

23 /// </summary>
24 /// <param name="message">The text message to display.</param>
25 FORCE_INLINE static void Log(const StringView& message)
26 {
27 Log(LogType::Info, message);
28 }
29
30 /// <summary>
31 /// A variant of Debug.Log that logs a warning message to the console.

Callers 2

LogWarningFunction · 0.70
LogErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected