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)