Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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


message

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


message


context

Remarks

Additional Resources: Logger.LogError.