Optional
type: LogMessageTypeOptional
timestamp: bigintOptional
traceCategory: stringOptional
message: stringThe log message itself.
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).
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.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true
if the specified object is equal to the current object, false
otherwise.
Returns the hash code of the object.
The hash code of the object.
Static
readReads LogMessage from the given InputStream.
The InputStream to read from.
The read LogMessage value.
Static
writeWrites the LogMessage value to the given OutputStream.
The OutputStream to write to.
The value to write.
Represents a full log message.