Class Trace
java.lang.Object
simu.framework.Trace
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Level enum represents the trace levels. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidout(Trace.Level lvl, String txt) Outputs a trace message.static voidsetTraceLevel(Trace.Level lvl) Sets the trace level.
-
Constructor Details
-
Trace
public Trace()
-
-
Method Details
-
setTraceLevel
Sets the trace level.- Parameters:
lvl- the trace level
-
out
Outputs a trace message.- Parameters:
lvl- the trace leveltxt- the message to output
-