/mcpmnemonic - the mnemonic mapped to message to be printed println(String, String) public void println(java.lang.String mnemonic, java.lang.Stringmessage) Prints a message in the same format as Trace.print() and terminates the line as defined by the system. Parameters: message - the message to be printed mnemonic - the mnemonic mapped to message to be printed setDefaultMnemonic(String) public void setDefaultMnemonic(java.lang.String mnemonic) Sets a default mnemonic for all messages printed out to this trace. Parameters: mnemonic, - a mnemonic string ConditionalTrace The ConditionalTrace interface extends the Trace interface and defines the methods that allow enabling and disabling of tracing for this particular condition. Typically, applications obtain one ConditionalTrace object for each condition that they need to trace under certain circumstances but not always (for example, AUDIT, INFO, and so on). Declaration public interface ConditionalTrace extends Trace, on page 714 All Superinterfaces Trace, on page 714 Member Summary Member summary Methods disable(), on page 722 Disables this condition for tracing. void enable(), on page 722 Enables this condition for tracing. void Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 721 Cisco Unified JTAPI Alarms and Services ConditionalTrace