Package de.galan.commons.logging
Class BootstrapLogger
java.lang.Object
de.galan.commons.logging.BootstrapLogger
Configures the logger (Log4j2)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeLogger(String log4jConfigurationPath) Sets the required properties to initialize the logging (log4j2).
-
Field Details
-
LOG4J2_XML
- See Also:
-
-
Constructor Details
-
BootstrapLogger
public BootstrapLogger()
-
-
Method Details
-
initializeLogger
Sets the required properties to initialize the logging (log4j2).- Parameters:
log4jConfigurationPath- Absolute path to the log4j2.xml configuration file.
-