#include <ULogger.h>
This class is used by the ULogger to send logged messages like events. Messages with level over the event level set in ULogger::setEventLevel() are sent like ULogEvent with the message and its level. The default event level of ULogger is kFatal (see ULogger::Level).
Definition at line 121 of file ULogger.h.
ULogEvent::ULogEvent |
( |
const std::string & |
msg, |
|
|
int |
level |
|
) |
| |
|
inline |
virtual ULogEvent::~ULogEvent |
( |
| ) |
|
|
inlinevirtual |
virtual std::string ULogEvent::getClassName |
( |
| ) |
const |
|
inlinevirtual |
const std::string& ULogEvent::getMsg |
( |
| ) |
const |
|
inline |
Get the message from the event.
Definition at line 137 of file ULogger.h.
std::string ULogEvent::msg_ |
|
private |
The documentation for this class was generated from the following file: