Package de.uka.ipd.sdq.dsexplore.helper
Class LoggerHelper
- java.lang.Object
-
- de.uka.ipd.sdq.dsexplore.helper.LoggerHelper
-
public class LoggerHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description LoggerHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
initializeLogger(ILaunchConfiguration config)
Setup log4j.
-
-
-
Method Detail
-
initializeLogger
public static void initializeLogger(ILaunchConfiguration config) throws CoreException
Setup log4j. FIXME: Does not really do what I want! TODO: Log in the console of the starting application, just as the simulation does.- Parameters:
config
- SimuCom config which is queried for the logging settings- Throws:
CoreException
-
-