Interface EnumDiagnosticsBeanEvents

  • All Known Implementing Classes:
    DiagnosticsBeanEventHandler

    public interface EnumDiagnosticsBeanEvents
    Title: EnumDiagnosticsBeanEvents This enumeration contains the list of events and arguments handled by the DiagnosticsBean.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • WebEventDiagnosticsSave

        static final int WebEventDiagnosticsSave
        Identifier for the event that allows users to save diagnostics configuration.
        See Also:
        Constant Field Values
      • WebEventDiagnosticsShow

        static final int WebEventDiagnosticsShow
        Identifier for the event that allows users to view the contents of the diagnostic logs.
        See Also:
        Constant Field Values
      • WebEventDiagnosticsNavigate

        static final int WebEventDiagnosticsNavigate
        Identifier for the event that allows users to navigate between the different pages (incremental fetch) of the diagnostic logs.
        See Also:
        Constant Field Values
      • WebEventDiagnosticsSort

        static final int WebEventDiagnosticsSort
        Identifier for the event that allows users to sort the contents of the diagnostic logs viewed.
        See Also:
        Constant Field Values
      • WebEventLoadDefaults

        static final int WebEventLoadDefaults
        Identifier for the event that allows users to load the default values of the diagnostics configuration.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsLevel

        static final int WebEventArgumentDiagnosticsLevel
        Identifier of the argument that indicates the level of diagnostics to be recorded on the log files. Usage:
        Possible values for this argument are the names of the different levels such as Level.OFF, Level.SEVERE, etc.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsLogFile

        static final int WebEventArgumentDiagnosticsLogFile
        Identifier of the argument that specifies the path where the log files are to be saved. Usage:
        The path indicated here has to be a full, valid one, for it to be considered as log file directory.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsSetupFile

        static final int WebEventArgumentDiagnosticsSetupFile
        Identifier of the argument that specifies the location of a custom log configuration file.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsFromDay

        static final int WebEventArgumentDiagnosticsFromDay
        Identifier of the argument that indicates the starting day from where log file contents will be retrieved. Usage:
        The value of this argument will be used for building up the full date from where the log files will start being analyzed.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsFromMonth

        static final int WebEventArgumentDiagnosticsFromMonth
        Identifier of the argument that indicates the starting month from where log file contents will be retrieved. Usage:
        The value of this argument will be used for building up the full date from where the log files will start being analyzed.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsFromYear

        static final int WebEventArgumentDiagnosticsFromYear
        Identifier of the argument that indicates the starting year from where log file contents will be retrieved. Usage:
        The value of this argument will be used for building up the full date from where the log files will start being analyzed.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsToDay

        static final int WebEventArgumentDiagnosticsToDay
        Identifier of the argument that indicates the ending day from where log file contents will be retrieved. Usage:
        The value of this argument will be used for building up the full date where the log files will end being analyzed.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsToMonth

        static final int WebEventArgumentDiagnosticsToMonth
        Identifier of the argument that indicates the ending month from where log file contents will be retrieved. Usage:
        The value of this argument will be used for building up the full date where the log files will end being analyzed.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsToYear

        static final int WebEventArgumentDiagnosticsToYear
        Identifier of the argument that indicates the ending year from where log file contents will be retrieved. Usage:
        The value of this argument will be used for building up the full date where the log files will end being analyzed.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsPageNumber

        static final int WebEventArgumentDiagnosticsPageNumber
        Identifier of the argument that indicates the page number (incremental fetch) of log contents to show to the user.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsStatisticsFile

        static final int WebEventArgumentDiagnosticsStatisticsFile
        Identifier of the argument that specifies the path where the statistics file is to be saved.
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsAdvancedLoggerUser

        static final int WebEventArgumentDiagnosticsAdvancedLoggerUser
        Identifier of the argument that specifies the user of the advanced logger.
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsAdvancedLoggerPackage

        static final int WebEventArgumentDiagnosticsAdvancedLoggerPackage
        Identifier of the argument that specifies the package of the advanced logger.
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsAdvancedLoggerPattern

        static final int WebEventArgumentDiagnosticsAdvancedLoggerPattern
        Identifier of the argument that specifies the pattern of the advanced logger.
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsAdvancedLoggerXMLAPIUser

        static final int WebEventArgumentDiagnosticsAdvancedLoggerXMLAPIUser
        Identifier of the argument that specifies the formatter of the advanced logger.
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsAdvancedLoggerLevel

        static final int WebEventArgumentDiagnosticsAdvancedLoggerLevel
        Identifier of the argument that specifies the level of the advanced logger.
        Since:
        MicroStrategy Web 8.0.2
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsCount

        static final int WebEventArgumentDiagnosticsCount
        Identifier of the argument that specifies the number of file outputs
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsLimit

        static final int WebEventArgumentDiagnosticsLimit
        Identifier of the argument that specifies the maximum output file size
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventArgumentDiagnosticsFlashProfiler

        static final int WebEventArgumentDiagnosticsFlashProfiler
        Identifier of the argument that specifies whether to Profile Analysis and Documents in Flash Mode. Used for debugging.
        See Also:
        Constant Field Values