com.microstrategy.utils.log.EnumPerformanceLogLevel |
This interface contains enumerations constants which describe possible logging levels for performance logging. These values can be safely "or"ed (using the | operator) to enable more than one level of logging.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | All | Enable all performance logging. | |||||||||
int | Custom | Enable custom performance logging. | |||||||||
int | None | Turn off all performance logging. | |||||||||
int | WebObjectsAPI | Enable performance logging for the Web Objects API. | |||||||||
int | XMLAPI | Enable performance logging for the XMLAPI. |
Enable all performance logging.
Enable custom performance logging.
Turn off all performance logging.
Enable performance logging for the Web Objects API.
Enable performance logging for the XMLAPI.