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
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
Remarks
Additional Resources: Logger.LogWarning.