public interface

EnumPerformanceLogLevel

com.microstrategy.utils.log.EnumPerformanceLogLevel

Class Overview

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.

Summary

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.

Constants

public static final int All

Enable all performance logging.

Constant Value: 7 (0x00000007)

public static final int Custom

Enable custom performance logging.

Constant Value: 4 (0x00000004)

public static final int None

Turn off all performance logging.

Constant Value: 0 (0x00000000)

public static final int WebObjectsAPI

Enable performance logging for the Web Objects API.

Constant Value: 2 (0x00000002)

public static final int XMLAPI

Enable performance logging for the XMLAPI.

Constant Value: 1 (0x00000001)