/mcpaddSubFacility public void addSubFacility(java.lang.Stringname) Adds a subFacility for this TraceManager/Facility. Specified by: addSubFacility in interface TraceManager Deprecated getSubFacilities(java.lang.String[]names) Replaced by addSubFacilties(String[]). setSubFacility(java.lang.Stringname) Replaced by addSubFacility(String). Inherited Methods Inherited methods from class java.lang.Object are: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait. TraceWriterManagerImpl TraceWriterManager contains the list of TraceWriter objects that are used to implement the tracing. The list is populated at startup from the switches in a .ini file. A LogFileTraceWriter, a ConsoleTraceWriter, and a SyslogTraceWriter are available. Users can override the existing TraceWriters by setting a user implemented TraceWriter[] or adding to the existing TraceWriters. This makes it possible to add other traceWriters that can function along with exisiting trace writers. Methods inherited from class java.lang.Object are clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait. Note Declaration public class TraceWriterManagerImpl extends java.lang.Object implements TraceWriterManager java.lang.Object com.cisco.services.tracing.implementation.TraceWriterManagerImpl All Implemented Interfaces TraceWriter, TraceWriterManager Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 741 Cisco Unified JTAPI Alarms and Services Deprecated

