A complete log message.
More...
#include <Ice/Ice.h>
|
| ::std::string | message |
| | The log message itself.
|
| ::Ice::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).
|
| ::std::string | traceCategory |
| | For a message of type trace, the trace category of this log message; otherwise, the empty string.
|
| ::Ice::LogMessageType | type |
| | The type of message sent to the Logger.
|
◆ operator!=()
| bool Ice::LogMessage::operator!= |
( |
const LogMessage & | rhs_ | ) |
const |
|
inline |
◆ operator<()
| bool Ice::LogMessage::operator< |
( |
const LogMessage & | rhs_ | ) |
const |
|
inline |
◆ operator<=()
| bool Ice::LogMessage::operator<= |
( |
const LogMessage & | rhs_ | ) |
const |
|
inline |
◆ operator==()
| bool Ice::LogMessage::operator== |
( |
const LogMessage & | rhs_ | ) |
const |
|
inline |
◆ operator>()
| bool Ice::LogMessage::operator> |
( |
const LogMessage & | rhs_ | ) |
const |
|
inline |
◆ operator>=()
| bool Ice::LogMessage::operator>= |
( |
const LogMessage & | rhs_ | ) |
const |
|
inline |
◆ message
| ::std::string Ice::LogMessage::message |
◆ 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
| ::std::string Ice::LogMessage::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: