@zeroc/ice
    Preparing search index...

    Class LogMessageType

    Represents the different types of log messages.

    Hierarchy (View Summary)

    Index

    Constructors

    • Constructs a new enumerator.

      Parameters

      • name: string

        The name of the enumerator.

      • value: number

        The numeric value of the enumerator.

      Returns LogMessageType

    Properties

    name: string

    The name of the enumerator.

    value: number

    The value of the enumerator.

    ErrorMessage: LogMessageType

    The Ice.RemoteLoggerPrx received an error message.

    PrintMessage: LogMessageType

    The Ice.RemoteLoggerPrx received a print message.

    TraceMessage: LogMessageType

    The Ice.RemoteLoggerPrx received a trace message.

    WarningMessage: LogMessageType

    The Ice.RemoteLoggerPrx received a warning message.

    Methods

    • Returns a string representation of the current enumerator.

      Returns string

      A string representation of the current enumerator.

    • Returns the enumerator for the given value.

      Parameters

      • value: number

        The enumerator value.

      Returns LogMessageType

      The enumerator for the given value.