Package de.galan.commons.logging
Class BootstrapLogger
- java.lang.Object
-
- de.galan.commons.logging.BootstrapLogger
-
public class BootstrapLogger extends Object
Configures the logger (Log4j2)
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOG4J2_XML
-
Constructor Summary
Constructors Constructor Description BootstrapLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitializeLogger(String log4jConfigurationPath)Sets the required properties to initialize the logging (log4j2).
-
-
-
Field Detail
-
LOG4J2_XML
public static final String LOG4J2_XML
- See Also:
- Constant Field Values
-
-
Method Detail
-
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.
-
-