Package de.christofreichardt.diagnosis
Class DebugConfig
- java.lang.Object
-
- de.christofreichardt.diagnosis.DebugConfig
-
public class DebugConfig extends Object
Helper class which contains the trace options of a tracer for a particular thread. For internal use primarily.- Author:
- Christof Reichardt
-
-
Constructor Summary
Constructors Constructor Description DebugConfig(boolean online, int level)Constructor expects the trace options.
-