@zeroc/ice
    Preparing search index...

    Class LogMessage

    Represents a full log message.

    Index

    Constructors

    • Parameters

      • Optionaltype: LogMessageType
      • Optionaltimestamp: bigint
      • OptionaltraceCategory: string
      • Optionalmessage: string

      Returns LogMessage

    Properties

    message: string

    The log message itself.

    timestamp: bigint

    The date and time when the Ice.RemoteLoggerPrx received this message, expressed as the number of microseconds since the Unix Epoch (00:00:00 UTC on 1 January 1970).

    traceCategory: string

    For a message of type 'trace', the trace category of this log message; otherwise, the empty string.

    The type of message sent to the Ice.RemoteLoggerPrx.

    Methods

    • A deep copy of the current object.

      Returns LogMessage

      A deep copy of the current object.

    • Determines whether the specified object is equal to the current object.

      Parameters

      • other: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object, false otherwise.

    • Returns the hash code of the object.

      Returns number

      The hash code of the object.