Method LogFormat
LogFormat(LogType, Object, string, params object[])
Redirect Unity log
Declaration
public void LogFormat(LogType logType, Object context, string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
LogType | logType | The type of the log message |
Object | context | Object to which the message applies |
string | format | A composite format string |
object[] | args | Format arguments |