Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

logType


format


Remarks

Additional Resources: Logger.LogFormat.