Package ch.autumo.beetroot.logging
Interface Logging
- All Known Implementing Classes:
AbstractLogging,Log4j2Logging
public interface Logging
Logging interface.
-
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.
-
Method Details
-
initialize
Configure 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
Configure the logging framework specifically with a log configuration file.- Parameters:
path- a path to the configurationname- configuration name- Throws:
IOException- IO exception
-