com.rational.test.ft.services

Interface ISimpleLog

    • Field Detail

      • LOG_FAILURE

        static final int LOG_FAILURE
        The status indicator used to flag a failure message.
        See Also:
        Constant Field Values
      • LOG_WARNING

        static final int LOG_WARNING
        The status indicator used to flag a warning message.
        See Also:
        Constant Field Values
      • LOG_PASS

        static final int LOG_PASS
        The status indicator used to flag a success message.
        See Also:
        Constant Field Values
      • LOG_INFORMATION

        static final int LOG_INFORMATION
        The status indicator used to flag an information message.
        See Also:
        Constant Field Values
      • EVENT_SCRIPT_START

        static final int EVENT_SCRIPT_START
        The event indicator for a script-start message.
        See Also:
        Constant Field Values
      • EVENT_SCRIPT_END

        static final int EVENT_SCRIPT_END
        The event indicator for a script-end message.
        See Also:
        Constant Field Values
      • EVENT_VP

        static final int EVENT_VP
        The event indicator for a verification-point message.
        See Also:
        Constant Field Values
      • EVENT_CALL_SCRIPT

        static final int EVENT_CALL_SCRIPT
        The event indicator for a call-script message.
        See Also:
        Constant Field Values
      • EVENT_APPLICATION_START

        static final int EVENT_APPLICATION_START
        The event indicator for an application-start message.
        See Also:
        Constant Field Values
      • EVENT_APPLICATION_END

        static final int EVENT_APPLICATION_END
        The event indicator for an application-end message.
        See Also:
        Constant Field Values
      • EVENT_TIMER_START

        static final int EVENT_TIMER_START
        The event indicator for a timer-start message.
        See Also:
        Constant Field Values
      • EVENT_TIMER_END

        static final int EVENT_TIMER_END
        The event indicator for a timer-end message.
        See Also:
        Constant Field Values
      • EVENT_CONFIGURATION

        static final int EVENT_CONFIGURATION
        The event indicator for a configuration message.
        See Also:
        Constant Field Values
      • EVENT_GENERAL

        static final int EVENT_GENERAL
        The event indicator for a general log message message.
        See Also:
        Constant Field Values
      • EVENT_APPLICATON_ACTION

        static final int EVENT_APPLICATON_ACTION
        The event indicator for an action performed on the application under test
        See Also:
        Constant Field Values
      • EVENT_EXPORT

        static final int EVENT_EXPORT
        The event indicator for export the value in log message.
        See Also:
        Constant Field Values
      • EVENT_CUSTOM

        static final int EVENT_CUSTOM
        The event indicator for custom logging from Log Participants
        See Also:
        Constant Field Values
      • DISABLE_LOGGING

        static final int DISABLE_LOGGING
        The filter level for logging to disable all logging
        See Also:
        Constant Field Values
      • LOG_FAILURES

        static final int LOG_FAILURES
        The filter level for logging to log all failures.
        See Also:
        Constant Field Values
      • LOG_FAILURES_WARNINGS

        static final int LOG_FAILURES_WARNINGS
        The filter level for logging to log all failures and warnings
        See Also:
        Constant Field Values
      • LOG_FAILURES_WARNINGS_PASS

        static final int LOG_FAILURES_WARNINGS_PASS
        The filter level for logging to log all failures, warnings and pass results
        See Also:
        Constant Field Values
      • LOG_FAILURES_WARNINGS_PASS_INFO

        static final int LOG_FAILURES_WARNINGS_PASS_INFO
        The filter level for logging to log all.
        See Also:
        Constant Field Values
      • LOG_ENABLE_GUI_ACTION

        static final int LOG_ENABLE_GUI_ACTION
        The filter level to log all GUI actions.
        See Also:
        Constant Field Values
      • LOG_DISABLE_GUI_ACTION

        static final int LOG_DISABLE_GUI_ACTION
        The filter level to disable logging of all GUI actions.
        See Also:
        Constant Field Values
      • LOG_ENABLE_GUI_SNAPSHOT_ACTION

        static final int LOG_ENABLE_GUI_SNAPSHOT_ACTION
        The filter level to log all GUI actions.
        See Also:
        Constant Field Values
      • LOG_DISABLE_GUI_SNAPSHOT_ACTION

        static final int LOG_DISABLE_GUI_SNAPSHOT_ACTION
        The filter level to disable logging of all GUI actions.
        See Also:
        Constant Field Values