Ice 3.7 Slice API Reference
Data Members | List of all members
Ice::LogMessage Struct 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...
 

Detailed Description

A complete log message.

Data Member Documentation

◆ message

string message

The log message itself.

◆ timestamp

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)

◆ traceCategory

string traceCategory

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

◆ type

The type of message sent to the Logger.


The documentation for this struct was generated from the following file: