Interface EnumPerformanceLogLevel


  • public interface 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.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int All
      Enable all performance logging.
      static int Custom
      Enable custom performance logging.
      static int None
      Turn off all performance logging.
      static int WebObjectsAPI
      Enable performance logging for the Web Objects API.
      static int XMLAPI
      Enable performance logging for the XMLAPI.