void Log | ( | string | categoryName, |
params object[] | message | ||
) |
categoryName | The category name determines which category will be checked. Only if this category has been registered, and is enabled will the function display the message. |
message | A set of string parameters that will be concatenated and sent to Debug.Log for display. |
References DebugCategoryRegistrar.GetCategoryID(), and CatDebugInstance.Log().