Stored log message from another thread.
More...
#include <Urho3D/IO/Log.h>
|
|
| StoredLogMessage ()=default |
| | Construct undefined.
|
| |
|
| StoredLogMessage (LogLevel level, time_t timestamp, const ea::string &logger, const ea::string &message) |
| | Construct with parameters.
|
| |
|
|
LogLevel | level_ {} |
| | Message level. -1 for raw messages.
|
| |
|
time_t | timestamp_ {} |
| | Timestamp when message was logged.
|
| |
|
ea::string | logger_ {} |
| | Message text.
|
| |
|
ea::string | message_ {} |
| | Message text.
|
| |
Stored log message from another thread.
The documentation for this struct was generated from the following file: