jsim.util
Class Trace

java.lang.Object
  extended by jsim.util.Trace
All Implemented Interfaces:
java.io.Serializable

public class Trace
extends java.lang.Object
implements java.io.Serializable

A convenience class for controlling the display of logger messages,

See Also:
Serialized Form

Constructor Summary
Trace()
           
 
Method Summary
static void createLogHandlers()
          Create the log handlers of the simulation and animation
static void setLogConfig(java.util.logging.Logger lg)
          Set the log configuration for a logger.
static void toggle()
          Turn trace on/off.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trace

public Trace()
Method Detail

toggle

public static void toggle()
Turn trace on/off.


setLogConfig

public static void setLogConfig(java.util.logging.Logger lg)
Set the log configuration for a logger.


createLogHandlers

public static void createLogHandlers()
Create the log handlers of the simulation and animation