Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
Ice::LogMessage Struct Reference

A complete log message. More...

#include <Ice/Ice.h>

Public Member Functions

bool operator!= (const LogMessage &rhs_) const
bool operator< (const LogMessage &rhs_) const
bool operator<= (const LogMessage &rhs_) const
bool operator== (const LogMessage &rhs_) const
bool operator> (const LogMessage &rhs_) const
bool operator>= (const LogMessage &rhs_) const

Public Attributes

::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.

Detailed Description

A complete log message.

Member Function Documentation

◆ 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

Member Data Documentation

◆ message

::std::string Ice::LogMessage::message

The log message itself.

◆ timestamp

::Ice::Long 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).

◆ traceCategory

::std::string Ice::LogMessage::traceCategory

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

◆ type

::Ice::LogMessageType Ice::LogMessage::type

The type of message sent to the Logger.


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