Ice 3.7 Slice API Reference
|
A complete log message. More...
defined in <Ice/RemoteLogger.ice>
struct LogMessage { ... }
Data Members | |
string | message |
The log message itself. More... | |
long | timestamp |
The date and time when the Logger received this message, expressed as the number of microseconds since the Unix Epoch (00:00:00 UTC on 1 January 1970) More... | |
string | traceCategory |
For a message of type trace, the trace category of this log message; otherwise, the empty string. More... | |
LogMessageType | type |
The type of message sent to the Logger. More... | |
A complete log message.
string message |
The log message itself.
long timestamp |
The date and time when the Logger 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 Logger.