/mcpConstructors BaseTraceWriter(int[], String, String) protected BaseTraceWriter(int[] traceLevels, java.lang.Stringname, java.lang.Stringdescription) BaseTraceWriter with trace levels as passed in traceLevels in the array falling outside the range Trace.LOWEST_LEVEL and Trace.HIGHEST_LEVEl are ignored Parameters: traceLevels - array of trace levels See Also: Trace, on page 714 BaseTraceWriter(int, String, String) protected BaseTraceWriter(int maxTraceLevel, java.lang.Stringname, java.lang.Stringdescription) BaseTraceWriter that traces all levels up to the maxTraceLevel The trace level is maintained in the range [Trace.HIGHEST_LEVEL, Trace.LOWEST_LEVEL] See Also: Trace, on page 714 BaseTraceWriter(String, String) protected BaseTraceWriter(java.lang.String name, java.lang.Stringdescription) BaseTraceWriter which only traces the lowest level i.e. severity level, Trace.LOWEST_LEVEL messages See Also: Trace, on page 714 Methods close() public final void close() Description copied from interface: com.cisco.services.tracing.TraceWriter Releases any resources associated by this TraceWriter. Specified By: close in interface TraceWriter, on page 728 Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 697 Cisco Unified JTAPI Alarms and Services Constructors
