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