Package de.hybris.platform.core
Class Log4JUtils
- java.lang.Object
-
- de.hybris.platform.core.Log4JUtils
-
public final class Log4JUtils extends java.lang.ObjectProvides a helper method for which loads the hybris log4j properties and set's the hybris hierarchy for being able to log correctly from within cronjobs
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidshutdown()Shutdown the hybris Log4J system.static voidstartup()Initializes the log4j system.
-
-
-
Method Detail
-
startup
public static void startup()
Initializes the log4j system. You can safely call this method whenever you want to use log4j before the hybris subsystem is started. This method returns immediately if it was already called before.
-
shutdown
public static void shutdown()
Shutdown the hybris Log4J system. Basically this is a "no operation" method.
-
-