====== cMCLogger ======
cMCLogger gives you a bit more complex way to log things.

===== Class Definition =====
^ Function ^ Return type ^
| LogSimple**(** String Text, int LogType **)** | void |
===== Functions =====
==== LogSimple() ====
Depending on LogType logs text like LOG (LogType = 0), LOGINFO (1), LOGWARN (2) or LOGERROR (3).