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

Method LogWarning

Source/Editor/Editor.cs:867–871  ·  view source on GitHub ↗

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

(string msg)

Source from the content-addressed store, hash-verified

865 /// </summary>
866 /// <param name="msg">The message.</param>
867 [HideInEditor]
868 public static void LogWarning(string msg)
869 {
870 Debug.Logger.LogHandler.LogWrite(LogType.Warning, msg);
871 }
872
873 /// <summary>
874 /// Logs the specified warning exception to the log file.

Callers 15

LoadIconsMethod · 0.45
TryBuildCommandMethod · 0.45
OnEnterMethod · 0.45
IterateNodesCacheMethod · 0.45
CreateCommentMethod · 0.45
SpawnNodeMethod · 0.45
PasteMethod · 0.45
LoadMethod · 0.45
SaveMethod · 0.45
LoadGraphMethod · 0.45
GetAttributesMethod · 0.45
InitGraphParametersMethod · 0.45

Calls 2

LogWarningFunction · 0.85
LogWriteMethod · 0.45

Tested by

no test coverage detected