Class BootstrapLogger

java.lang.Object
de.galan.commons.logging.BootstrapLogger

public class BootstrapLogger extends Object
Configures the logger (Log4j2)
  • Field Details

  • Constructor Details

    • BootstrapLogger

      public BootstrapLogger()
  • Method Details

    • initializeLogger

      public void initializeLogger(String log4jConfigurationPath)
      Sets the required properties to initialize the logging (log4j2).
      Parameters:
      log4jConfigurationPath - Absolute path to the log4j2.xml configuration file.