Log Level Reference
These API constants and their string values denote the available log levels.
Log Level Constant | String | Description |
---|---|---|
TIB_LOG_LEVEL_OFF | off | Disable all tracing. |
TIB_LOG_LEVEL_SEVERE | severe | Output trace entries only for severe events. |
TIB_LOG_LEVEL_WARN | warn | Output trace entries for warning and severe events. |
TIB_LOG_LEVEL_INFO | info | Output trace 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 trace entries for verbose, information, warning, and severe events. |
TIB_LOG_LEVEL_DEBUG | debug | Output trace entries for debug, verbose, information, warning, and severe events. |
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.