Interface EnumLogDestinationType


  • public interface EnumLogDestinationType
    This interface represents the log destination types.
    Since:
    MicroStrategy Web 7.5.2
    • Field Detail

      • LogDestinationTypeReserved

        static final int LogDestinationTypeReserved
        Reserved.
        See Also:
        Constant Field Values
      • LogDestinationTypeDebugOutput

        static final int LogDestinationTypeDebugOutput
        Represents Debug Monitor as log destination.
        See Also:
        Constant Field Values
      • LogDestinationTypeSystemLog

        static final int LogDestinationTypeSystemLog
        Represents System Log as log destination.
        See Also:
        Constant Field Values
      • LogDestinationTypeDiagnosticsLog

        static final int LogDestinationTypeDiagnosticsLog
        Represents log destination for Diagnostics.
        See Also:
        Constant Field Values
      • LogDestinationTypePerformanceLog

        static final int LogDestinationTypePerformanceLog
        Represents log destination for Performance logging
        See Also:
        Constant Field Values