Ice.LogMessage

class Ice.LogMessage(type: LogMessageType = LogMessageType.PrintMessage, timestamp: int = 0, traceCategory: str = '', message: str = '')

Bases: object

Represents a full log message.

Parameters:
type

The type of message sent to the Ice.RemoteLoggerPrx.

Type:

LogMessageType

timestamp

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).

Type:

int

traceCategory

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

Type:

str

message

The log message itself.

Type:

str

Notes

The Slice compiler generated this dataclass from Slice struct ::Ice::LogMessage.