![]() |
Ice 3.8
Slice API Reference
|
Represents a full log message. More...
defined in <Ice/RemoteLogger.ice>
struct LogMessage { ... }
Data Members | |
string | message |
The log message itself. | |
long | timestamp |
The date and time when the RemoteLogger received this message, expressed as the number of microseconds since the Unix Epoch (00:00:00 UTC on 1 January 1970). | |
string | traceCategory |
For a message of type 'trace', the trace category of this log message; otherwise, the empty string. | |
LogMessageType | type |
The type of message sent to the RemoteLogger . |
Represents a full log message.
Definition at line 42 of file RemoteLogger.ice.