LogError
A variant of ILogger.Log that logs an error message.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
LogError(string, Object)
A variant of ILogger.Log that logs an error message.
void LogError(string tag, object message)
Parameters
Remarks
Additional Resources: Logger.LogError.
LogError(string, Object, Object)
A variant of ILogger.Log that logs an error message.
void LogError(string tag, object message, Object context)
Parameters
Remarks
Additional Resources: Logger.LogError.