Hi All,
Here the code snippet to use the Trace functionality in POJOs or in Java code.
TraceInfo.trace(ITraceInfo.TRACE_LEVEL_DEBUG, ("Hai this is test trace for Debug mode"), objSCESession);
TraceInfo.trace(ITraceInfo.TRACE_LEVEL_INFO, ("Hai this is test trace for Info mode"), objSCESession);
To avoid System.out.println()s in DD projects Java code, use the Trace functionality.
This comment has been removed by the author.
ReplyDelete