/mcpgetEnabled() public boolean getEnabled() Returns whether the println method will print anything or not. A closed TraceWriter will always return false from this method. Returns: true if this TraceWriter is enabled, false if not getName() public java.lang.String getName() Returns: the name of this TraceWriter getTraceLevels() public int[] getTraceLevels() Returns: the array of trace levels that will be traced by this TraceWriter println(String, int) public void println(java.lang.String message, intseverity) Prints the specified string followed by a carriage return The concrete TraceWriter class will use the severity to block out messages from a particular stream. Each trace writer has a notion of the highest level trace it traces Parameters: message - the string to print severity - of the trace. See Also Trace, on page 714 setTraceLevels(int[]) public void setTraceLevels(int[] levels) set the trace levels that will be traced by this TraceWriter Parameters: int[] - levels See Also Trace, on page 714 Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 730 Cisco Unified JTAPI Alarms and Services Methods
