/mcpConsoleTraceWriter(int) public ConsoleTraceWriter(int maxTraceLevel) Constructor that sets the maximum level to be traced. See Also: Trace, on page 714 ConsoleTraceWriter(int[]) public ConsoleTraceWriter(int[] traceLevels) Construct a ConsoleTraceWriter with an array of trace levels Only traces with the severity in the tracelevel array are traced Parameters: int - [] traceLevels See Also: Trace, on page 714 Methods doFlush() protected final void doFlush() Overrides: doFlush in class BaseTraceWriter, on page 695 doPrintln(String, int) protected final void doPrintln(java.lang.String message, intmessageNumber) Description copied from class: com.cisco.services.tracing.BaseTraceWriter Must be implemented by the various TraceWriters extending BaseTraceWriter to provide the specific tracing functionality Overrides: doPrintln in class BaseTraceWriter, on page 695 main(String[]) public static void main(java.lang.String[] args) LogFileTraceWriter This class extends the BaseTraceWriter class to implement a TraceWriter that writes to a set of log files, rotating among them as each becomes filled to a specified capacity and stores them in a specified directory. Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 701 Cisco Unified JTAPI Alarms and Services Methods
