◆ Log() [2/4]

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

+ Here is the call graph for this function: