/mcpMember Summary Member summary Methods getTraceManager(), on page 728 Returns the TraceManager that an object is using for tracing. TraceManager getTraceModuleName(), on page 728 Returns the module name. java.lang.String Methods getTraceManager() public com.cisco.services.tracing.TraceManager getTraceManager() Returns the TraceManager that an object is using for tracing. getTraceModuleName() public java.lang.String getTraceModuleName() Returns the module name. TraceWriter The TraceWriter interface abstracts the details of trace message output. The TraceWriter uses its enabled method to advertise whether or not the print and println methods will have any effect. Users of TraceWriter should use the value returned by the getEnabled method as an indication of whether they should invoke the print and println methods at all. Declaration public interface TraceWriter All Known Subinterfaces TraceWriterManager, on page 731 All Known Implementing Classes BaseTraceWriter, on page 695 Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 728 Cisco Unified JTAPI Alarms and Services Member Summary