Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 C AMI API Reference : AMI C API Error Functions : ami_TraceCode

ami_TraceCode
Type
Declaration
typedef enum
{ AMI_INFO = 1,
AMI_WARNING = 2,
AMI_ERROR = 4,
AMI_DEBUG = 8,
AMI_AMI = 16,
AMI_STAMP = 32,
AMI_ALL = 0x7FFFFFFF
} ami_TraceCode;
Purpose
AMI C API trace levels. All trace messages output by the AMI C API are classified under one of the following trace levels. When a trace message is generated it is passed to the ami_TraceHandler of the associated AMI session only if the corresponding trace level is enabled. This allows for programmatic control of the level of tracing performed.
These values may be OR'ed together when used as arguments in functions that take an ami_TraceCode.
Trace Levels
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved