Class ApacheDSLog4JUtils

java.lang.Object
de.hybris.platform.ldap.log.ApacheDSLog4JUtils

public final class ApacheDSLog4JUtils extends Object
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 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 immediatly if it was already called before.
    • shutdown

      public static void shutdown()
      Shutdown the hybris Log4J system. Basically this is a "no operation" method.