| void Log | ( | int | category, |
| string | 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 string sent to Debug.Log for display. |
References CatDebugInstance.Log().
Here is the call graph for this function: