public class LogHelper
extends java.lang.Object
| Constructor and Description |
|---|
LogHelper() |
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 levelpublic static org.apache.logging.log4j.Logger getLogger()