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

Method LogError

Source/Editor/Editor.cs:893–897  ·  view source on GitHub ↗

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

(string msg)

Source from the content-addressed store, hash-verified

891 /// </summary>
892 /// <param name="msg">The message.</param>
893 [HideInEditor]
894 public static void LogError(string msg)
895 {
896 Debug.Logger.LogHandler.LogWrite(LogType.Error, msg);
897 }
898
899 /// <summary>
900 /// New asset types allowed to create.

Callers 15

LoadMethod · 0.45
LoadIconsMethod · 0.45
DoneMethod · 0.45
GetAttributesMethod · 0.45
GetArchetypeMethod · 0.45
InitGraphParametersMethod · 0.45
LoadTransitionsMethod · 0.45
OnLoadedMethod · 0.45
OnValuesChangedMethod · 0.45
OnConvertToParameterMethod · 0.45
UpdateUIMethod · 0.45

Calls 1

LogWriteMethod · 0.45

Tested by

no test coverage detected