| void Log | ( | int | category, |
| params object[] | message | ||
| ) |
| category | Only 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. |
| message | A 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: