tibas_loglevel
The tibas_loglevel enumerated type represents the log levels used by TIBCO ActiveSpaces functions.
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;
Values
| Value | Description | 
|---|---|
| TIBAS_LOG_FATAL | Fatal errors output to stdout. | 
| TIBAS_LOG_ERROR | Error messages output to the log. | 
| TIBAS_LOG_WARN | Debug information output to stdout. | 
| TIBAS_LOG_INFO | Warnings output to stdout. | 
| TIBAS_LOG_FINE | Log messages have fine granularity. | 
| TIBAS_LOG_FINER | Log messages are more detailed than with TIBAS_LOG_FINE. | 
| TIBAS_LOG_FINEST | Log messages contain the most detailed information. | 
Copyright © Cloud Software Group, Inc. All rights reserved.
