Method LogErrorFormat
LogErrorFormat(string, params object[])
Debug.LogErrorFormat wrapper method.
Declaration
public static void LogErrorFormat(string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
string | format | The string with format tags. |
object[] | args | The args used to fill in the format tags. |