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

Method Log

Source/Editor/Editor.cs:857–861  ·  view source on GitHub ↗

Logs the specified message to the log file. The message.

(string msg)

Source from the content-addressed store, hash-verified

855 /// </summary>
856 /// <param name="msg">The message.</param>
857 [HideInEditor]
858 public static void Log(string msg)
859 {
860 Debug.Logger.LogHandler.LogWrite(LogType.Info, msg);
861 }
862
863 /// <summary>
864 /// Logs the specified warning message to the log file.

Callers 15

LoadMethod · 0.45
EndInitMethod · 0.45
TryBuildCommandMethod · 0.45
SwitchStateMethod · 0.45
OnEnterMethod · 0.45
OnExitMethod · 0.45
SwitchStateMethod · 0.45
OnRequestingExitMethod · 0.45
GatherSceneDataMethod · 0.45
CreateScenesMethod · 0.45
UnloadScenesMethod · 0.45
RestoreSceneDataMethod · 0.45

Calls 1

LogWriteMethod · 0.45

Tested by

no test coverage detected