McDewey

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

Page 807

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

println public void println(java.lang.Stringmessage, intseverity) All traces invoke this method. A trace supplies its severity along with the message. Traces below the threshold severity of the TraceWriter are allowed. Eg. If the Threshhold severity is set to INFORMATIONAL (level = 6) DEBUG traces will not be passed by the TraceWriter. The severity level is set in the constructor of the TraceWriter Specified by: println in interface TraceWriter Parameters: message - The string to print severity - The severity of the trace. See Also: Trace Flush public void flush() Description copied from interface: TraceWriter Forces output of any messages that have been printed using the println method Specified by: flush in interface TraceWriter close public void close() Description copied from interface: TraceWriter Releases any resources associated by this TraceWriter. Specified by: close in interface TraceWriter getEnabled public boolean getEnabled() Returns true if any one of the underlying TraceWriter is enabled, else returns false. Specified by: getEnabled in interface TraceWriter Returns: True if this TraceWriter is enabled, false if not. getName public java.lang.String getName() Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 743 Cisco Unified JTAPI Alarms and Services Methods

Page 807 content