Interface EnumDiagnosticsBeanEvents
-
- All Known Implementing Classes:
DiagnosticsBeanEventHandler
public interface EnumDiagnosticsBeanEvents
Title: EnumDiagnosticsBeanEvents This enumeration contains the list of events and arguments handled by theDiagnosticsBean
.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
WebEventArgumentDiagnosticsAdvancedLogger
Identifier of the argument that specifies the advanced logger.static int
WebEventArgumentDiagnosticsAdvancedLoggerLevel
Identifier of the argument that specifies the level of the advanced logger.static int
WebEventArgumentDiagnosticsAdvancedLoggerPackage
Identifier of the argument that specifies the package of the advanced logger.static int
WebEventArgumentDiagnosticsAdvancedLoggerPattern
Identifier of the argument that specifies the pattern of the advanced logger.static int
WebEventArgumentDiagnosticsAdvancedLoggerUser
Identifier of the argument that specifies the user of the advanced logger.static int
WebEventArgumentDiagnosticsAdvancedLoggerXMLAPIUser
Identifier of the argument that specifies the formatter of the advanced logger.static int
WebEventArgumentDiagnosticsCount
Identifier of the argument that specifies the number of file outputsstatic int
WebEventArgumentDiagnosticsDisplay
Identifier of the argument that specifies the level of log information to display to the user.static int
WebEventArgumentDiagnosticsFlashProfiler
Identifier of the argument that specifies whether to Profile Analysis and Documents in Flash Mode.static int
WebEventArgumentDiagnosticsFromDay
Identifier of the argument that indicates the starting day from where log file contents will be retrieved.static int
WebEventArgumentDiagnosticsFromMonth
Identifier of the argument that indicates the starting month from where log file contents will be retrieved.static int
WebEventArgumentDiagnosticsFromYear
Identifier of the argument that indicates the starting year from where log file contents will be retrieved.static int
WebEventArgumentDiagnosticsLevel
Identifier of the argument that indicates the level of diagnostics to be recorded on the log files.static int
WebEventArgumentDiagnosticsLimit
Identifier of the argument that specifies the maximum output file sizestatic int
WebEventArgumentDiagnosticsLogFile
Identifier of the argument that specifies the path where the log files are to be saved.static int
WebEventArgumentDiagnosticsPageNumber
Identifier of the argument that indicates the page number (incremental fetch) of log contents to show to the user.static int
WebEventArgumentDiagnosticsSetupFile
Identifier of the argument that specifies the location of a custom log configuration file.static int
WebEventArgumentDiagnosticsSortOrder
Identifier of the argument that indicates how the log file contents will be sorted.static int
WebEventArgumentDiagnosticsStatisticsFile
Identifier of the argument that specifies the path where the statistics file is to be saved.static int
WebEventArgumentDiagnosticsStatisticsMode
Identifier of the argument that specifies the mode to use in the statistics recording.static int
WebEventArgumentDiagnosticsToDay
Identifier of the argument that indicates the ending day from where log file contents will be retrieved.static int
WebEventArgumentDiagnosticsToMonth
Identifier of the argument that indicates the ending month from where log file contents will be retrieved.static int
WebEventArgumentDiagnosticsToYear
Identifier of the argument that indicates the ending year from where log file contents will be retrieved.static int
WebEventArgumentDiagnosticsType
Identifier of the argument that indicates the type of diagnostics configuration being viewed.static int
WebEventDiagnosticsNavigate
Identifier for the event that allows users to navigate between the different pages (incremental fetch) of the diagnostic logs.static int
WebEventDiagnosticsSave
Identifier for the event that allows users to save diagnostics configuration.static int
WebEventDiagnosticsShow
Identifier for the event that allows users to view the contents of the diagnostic logs.static int
WebEventDiagnosticsSort
Identifier for the event that allows users to sort the contents of the diagnostic logs viewed.static int
WebEventLoadDefaults
Identifier for the event that allows users to load the default values of the diagnostics configuration.
-
-
-
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
-
WebEventArgumentDiagnosticsType
static final int WebEventArgumentDiagnosticsType
Identifier of the argument that indicates the type of diagnostics configuration being viewed. Usage:
The different values that can be assigned to this argument include those defined on theDiagnosticsBean
enumeration, such asDiagnosticsBean.DIAGNOSTICS_TYPE_DEFAULT
,DiagnosticsBean.DIAGNOSTICS_TYPE_CUSTOM
, etc.- 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 asLevel.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
-
WebEventArgumentDiagnosticsDisplay
static final int WebEventArgumentDiagnosticsDisplay
Identifier of the argument that specifies the level of log information to display to the user. Usage:
The level specified here depends on the level of detail the log files have recorded (specified on theWebEventArgumentDiagnosticsLevel
of each one of the files to show). Possible values for this argument includeDiagnosticsBean.LOCAL_SHOW_ERRORS
,DiagnosticsBean.LOCAL_SHOW_WARNINGS
, etc.- 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
-
WebEventArgumentDiagnosticsSortOrder
static final int WebEventArgumentDiagnosticsSortOrder
Identifier of the argument that indicates how the log file contents will be sorted. Usage:
Currently only sorting based on one key is supported. Values to specify for this argument includeDiagnosticsBean.SORT_BY_TIMESTAMP_DESCENDING
,DiagnosticsBean.SORT_BY_TIMESTAMP_ASCENDING
,DiagnosticsBean.SORT_BY_USER_NAME_DESCENDING
, etc.- See Also:
- Constant Field Values
-
WebEventArgumentDiagnosticsStatisticsMode
static final int WebEventArgumentDiagnosticsStatisticsMode
Identifier of the argument that specifies the mode to use in the statistics recording. Usage:
Possible values for this argument include those defined on theStatsHandlerSupport
interface, such asStatsHandlerSupport.LOG_MODE_FILE
,StatsHandlerSupport.LOG_MODE_SCREEN
, etc.- 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
-
WebEventArgumentDiagnosticsAdvancedLogger
static final int WebEventArgumentDiagnosticsAdvancedLogger
Identifier of the argument that specifies the advanced logger. The possible values are:
-AdminServersHelper.PROPERTY_VALUE_STATISTICS_ADVANCED_LOGGER_DISABLED
-AdminServersHelper.PROPERTY_VALUE_STATISTICS_ADVANCED_LOGGER_XMLAPI
-AdminServersHelper.PROPERTY_VALUE_STATISTICS_ADVANCED_LOGGER_OTHER
- 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
-
-