Logs the specified error message to the log file. The message.
(string msg)
| 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. |
no test coverage detected