McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 784

↗ View in doc context
page
784
source
cucm/v15/jtapi-dev-guide/jtapi-dev-guide.md
chunk_id
cucm::v15::jtapi-dev-guide::jtapi-dev-guide::787

getSubFacility() public java.lang.String getSubFacility() Returns: the trace subFacility type getType() public int getType() Returns: the type of trace as specified in Syslog. DEBUGGING, INFORMATIONAL, WARNING, etc. isEnabled() public boolean isEnabled() Returns the state of this Trace object. By default, Trace objects are enabled, that is, println() method will always trace. The state may not be changed through this interface, however, this object may implement additional interfaces that allow the state to be changed. Returns: true if tracing is enabled, false otherwise See Also ConditionalTrace, on page 721 println(Object) public void println(java.lang.Object object) Prints the string returned by the Object.toString() method and terminates the line as defined by the system. Parameters: object - the object to be printed println(String) public void println(java.lang.String message) 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 println(String, Object) public void println(java.lang.String mnemonic, java.lang.Objectobject) Prints the string returned by the Object.toString() method and terminates the line as defined by the system. Parameters: object - the object to be printed Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 720 Cisco Unified JTAPI Alarms and Services Methods

Page 784 content