Represents a full log message. More...
#include <Ice/Ice.h>
Public Member Functions | |
| void | ice_printFields (std::ostream &os) const |
| Outputs the name and value of each field of this instance to the stream. | |
| std::tuple< const ::Ice::LogMessageType &, const std::int64_t &, const std::string &, const std::string & > | ice_tuple () const |
| Creates a tuple with all the fields of this struct. | |
Public Attributes | |
| std::string | message |
| The log message itself. | |
| std::int64_t | timestamp |
| The date and time when the Ice::RemoteLoggerPrx 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 Ice::RemoteLoggerPrx. | |
Represents a full log message.
Definition at line 367 of file RemoteLogger.h.