Log Level Reference

These API constants and their string values denote the available log levels.

Log Level Constants and Values
Log Level Constant String Description
TIB_LOG_LEVEL_OFF off Disable all tracing.
TIB_LOG_LEVEL_SEVERE severe Output log entries only for severe events.
TIB_LOG_LEVEL_WARN warn Output log entries for warning and severe events.
TIB_LOG_LEVEL_INFO info Output log entries for information, warning, and severe events.

If an application program does not explicitly set the log level, the library uses this default value.

TIB_LOG_LEVEL_VERBOSE verbose Output log entries for verbose, information, warning, and severe events.
TIB_LOG_LEVEL_DEBUG debug Output log entries for debug, verbose, information, warning, and severe events.
Note: The output from debug and verbose can result in very large log files. This level of detail is generally not useful unless TIBCO staff specifically requests it.
Related reference