◆ Log() [4/4]

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

References DebugCategoryRegistrar.GetCategoryID(), and CatDebugInstance.Log().

+ Here is the call graph for this function: