void AppendToNextLog | ( | int | category, |
params object[] | messageObjects | ||
) |
category | Only if this Category index is enabled will this function append to the next log (which may be of a different category) |
messageObjects | Array of objects that will be converted to strings, then are be appended to the next log message |