LogFormat(LogType, string, params object[])
Logs a formatted message.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
LogFormat(LogType, string, Object[])
void LogFormat(LogType logType, string format, params object[] args)
Parameters
Remarks
Additional Resources: Logger.LogFormat.