Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LogWarning

A variant of Logger.Log that logs an warning message.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

LogWarning(string, Object)

A variant of Logger.Log that logs an warning message.
void LogWarning(string tag, object message)

Parameters


message

Remarks

Additional Resources: Logger.LogWarning.

LogWarning(string, Object, Object)

A variant of Logger.Log that logs an warning message.
void LogWarning(string tag, object message, Object context)

Parameters


message


context

Remarks

Additional Resources: Logger.LogWarning.