◆ Log() [3/4]

void Log ( int  category,
params object[]  message 
)
Parameters
categoryOnly if this Category index is enabled will this function display a log. With the appropriate options selected, this category's name may be prepended the log entry.
messageA set of string parameters that will be concatenated and sent to Debug.Log for display.

References CatDebug.addCategoryNameToLog, DebugCategoryRegistrar.GetCategoryLogToFileOnDiabledState(), DebugCategoryRegistrar.GetCategoryState(), and CatDebugInstance.prependInstanceName.

+ Here is the call graph for this function: