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

Method LogWrite

Source/Engine/Engine/ILogHandler.cs:27–27  ·  view source on GitHub ↗

Logs the raw message to the log. Type of the log message. Not: fatal will stop the engine. Error may show a message popup. The message contents.

(LogType logType, string message)

Source from the content-addressed store, hash-verified

25 /// <param name="logType">Type of the log message. Not: fatal will stop the engine. Error may show a message popup.</param>
26 /// <param name="message">The message contents.</param>
27 void LogWrite(LogType logType, string message);
28
29 /// <summary>
30 /// <para>A variant of ILogHandler.LogFormat that logs an exception message.</para>

Callers 11

WriteMethod · 0.45
DownloadMeshDataMethod · 0.45
OnDrawMethod · 0.45
InitMethod · 0.45
LogMethod · 0.45
LogWarningMethod · 0.45
LogErrorMethod · 0.45
CaptureSnapshotMethod · 0.45
CompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected