Class Debug
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.model.common.Debug
-
public class Debug extends java.lang.ObjectDebugging support.- Author:
- Holger Eichelberger
-
-
Constructor Summary
Constructors Constructor Description Debug()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebug(java.lang.String text)Emit debugging text into the tracer messages and also to the calling Eclipse console.
-
-
-
Method Detail
-
debug
public static void debug(java.lang.String text)
Emit debugging text into the tracer messages and also to the calling Eclipse console. [debug] Logging is not feasible here as it is more helpful to have the debugging information directly within the tracer output stream.- Parameters:
text- the text to be emitted.
-
-