A generic class for logging events

Static methods

staticLOG (message:String, severity:LogSeverity):Void

Logs a message to console (and debug console) with given severity

 *  @param message	the message to log
 *  @param severity	the severity of the log (ERROR/WARNING/INFO)

staticPRINT_LOG ():String

traces and returns the current log history

 *  @return	String