public class SimulationLoggerUtil extends Object
#removeAppender(String, String)
to remove a appender of a simulationModifier and Type | Field and Description |
---|---|
static String |
PLAN_CONTEXT_ID |
static String |
PLAN_LOG_FILE |
Constructor and Description |
---|
SimulationLoggerUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
clearPlanLoggingContext() |
static void |
setPlanLoggingContext(String id) |
static void |
showSimulationLogConsole(Component parent,
String simulationName)
Open a new log console for the given simulation
|
public static final String PLAN_CONTEXT_ID
public static final String PLAN_LOG_FILE
public static void showSimulationLogConsole(Component parent, String simulationName) throws IllegalArgumentException, IOException
simulationName
- name of the simulation to useIOException
IllegalArgumentException
public static void setPlanLoggingContext(String id)
public static void clearPlanLoggingContext()
Copyright © 1999–2020 CodeLutin. All rights reserved.