public class LogHelper
extends java.lang.Object
public static void info(java.lang.Object info)
info - - String to log to the info levelpublic static void error(java.lang.Object error)
error - - String to log to the error levelpublic static void debug(java.lang.Object debug)
debug - - String to log to the debug level