Method LogFormat
LogFormat(String, Object[])
Debug.LogFormat wrapper method that is contional on the ADDRESSABLES_LOG_ALL symbol definition. This can be set in the Player preferences in the 'Scripting Define Symbols'.
Declaration
public static void LogFormat(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. |