Package de.hybris.platform.core
Class Log4JUtils
java.lang.Object
de.hybris.platform.core.Log4JUtils
Provides 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
-
Method Details
-
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.
-