Package ch.autumo.beetroot.logging
Class Log4j2Logging
java.lang.Object
ch.autumo.beetroot.logging.AbstractLogging
ch.autumo.beetroot.logging.Log4j2Logging
- All Implemented Interfaces:
Logging
Log4j2 Logging initialization.
-
Field Summary
Fields inherited from class ch.autumo.beetroot.logging.AbstractLogging
rootPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(String path) Configure the logging framework specifically with a log configuration filevoidinitialize(String path, String name) Configure the logging framework specifically with a log configuration file.
-
Constructor Details
-
Log4j2Logging
public Log4j2Logging()
-
-
Method Details
-
initialize
Description copied from interface:LoggingConfigure the logging framework specifically with a log configuration file. - Configuration name used: 'BeetRootConfig'- Parameters:
path- a path to the configuration- Throws:
IOException- IO exception
-
initialize
Description copied from interface:LoggingConfigure the logging framework specifically with a log configuration file.- Parameters:
path- a path to the configurationname- configuration name- Throws:
IOException- IO exception
-