|
Ice 3.7 C++11 API Reference
|
A complete log message. More...
#include <Ice/Ice.h>
Public Member Functions | |
| std::tuple< const ::Ice::LogMessageType &, const long long int &, const ::std::string &, const ::std::string & > | ice_tuple () const |
| Obtains a tuple containing all of the struct's data members. | |
Public Attributes | |
| ::std::string | message |
| The log message itself. | |
| long long int | 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. | |
A complete log message.
|
inline |
Obtains a tuple containing all of the struct's data members.
| ::std::string Ice::LogMessage::message |
The log message itself.
| long long int Ice::LogMessage::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 Ice::LogMessage::traceCategory |
For a message of type trace, the trace category of this log message; otherwise, the empty string.
| ::Ice::LogMessageType Ice::LogMessage::type |
The type of message sent to the Logger.