Cisco Cisco Computer Telephony Integration Option 9.0 开发者指南

下载
页码 668
 
B-9
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Appendix B      CTI OS Logging
Logging and Tracing (.NET)
 lists the trace masks available in the .NET CIL.
Table B-1
Trace Masks in .NET CIL
TRACE_MASK_ARGS_LOGIC
Logic trace for Args and 
Arguments objects.
TRACE_LEVEL_EVENT_REQ
Mask for logic and parameters 
for general events and requests.
TRACE_LEVEL_MAJOR
Mask for major events.
TRACE_LEVEL_MEMORY
Mask for very low level 
operations.
TRACE_LEVEL_METHOD
Mask for method entry and exit.
TRACE_MASK_ALWAYS
Always print
TRACE_MASK_ARGREFCOUNTING
Addref/release, refcount for 
Arg and Arguments objects.
TRACE_MASK_ARGS_METHODS
Method entry/exit for 
Arguments objects
TRACE_MASK_CONNECTION
Connection tracing on or off
TRACE_MASK_CRITICAL
Critical error
TRACE_MASK_EVENTFILTER
All logic from the EventFilter
TRACE_MASK_EVT_REQ_AVG
Evants and requests of average 
importance.
TRACE_MASK_EVT_REQ_AVG_PARM
Logic and parameters for events 
and requests of average 
importance.
TRACE_MASK_EVT_REQ_HIGH
Highly important events and 
requests.
TRACE_MASK_EVT_REQ_HIGH_PARM
Logic and parameters for highly 
important events and requests
TRACE_MASK_EVT_REQ_LOW
Events and requests of low 
importance.
TRACE_MASK_EVT_REQ_LOW_PARM
Logic and parameters for events 
and requests of low importance. 
TRACE_MASK_MESSAGEPASSING
Messages entering and leaving 
the CTI OS client or server.