Class LoggingHelper
- java.lang.Object
-
- org.palladiosimulator.solver.reliability.helper.LoggingHelper
-
public class LoggingHelper extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoggingHelper
getSingletonInstance()
Retrieves the singleton instance.void
initializeLogging()
Initializes the logging functionality.
-
-
-
Method Detail
-
getSingletonInstance
public static LoggingHelper getSingletonInstance()
Retrieves the singleton instance.- Returns:
- the singleton instance
-
initializeLogging
public void initializeLogging()
Initializes the logging functionality.
-
-