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


Appendix B Datatypes : Enumerated Types : tibas_loglevel

tibas_loglevel
Type
Declaration
typedef enum _tibas_logLevel {
TIBAS_LOG_FATAL = 0,
TIBAS_LOG_ERROR = 1,
TIBAS_LOG_WARN = 2,
TIBAS_LOG_INFO = 3
    TIBAS_LOG_FINE = 4,
TIBAS_LOG_FINER  = 5,
TIBAS_LOG_FINEST  = 6
} tibas_logLevel;
Purpose
This type represents the log levels used by TIBCO ActiveSpaces functions.
Values
 

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