Ice.LogMessage¶
- class Ice.LogMessage(type: LogMessageType = LogMessageType.PrintMessage, timestamp: int = 0, traceCategory: str = '', message: str = '')¶
Bases:
objectRepresents a full log message.
- Parameters:
type (LogMessageType)
timestamp (int)
traceCategory (str)
message (str)
- type¶
The type of message sent to the
Ice.RemoteLoggerPrx.- Type:
- timestamp¶
The date and time when the
Ice.RemoteLoggerPrxreceived this message, expressed as the number of microseconds since the Unix Epoch (00:00:00 UTC on 1 January 1970).- Type:
- traceCategory¶
For a message of type ‘trace’, the trace category of this log message; otherwise, the empty string.
- Type:
Notes
The Slice compiler generated this dataclass from Slice struct
::Ice::LogMessage.