Urho3D
Public Member Functions | Public Attributes | List of all members
Urho3D::StoredLogMessage Struct Reference

Stored log message from another thread. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/IO/Log.h>

Public Member Functions

 StoredLogMessage ()=default
 Construct undefined.
 
 StoredLogMessage (const String &message, int level, bool error)
 Construct with parameters.
 

Public Attributes

String message_
 Message text.
 
int level_ {}
 Message level. -1 for raw messages.
 
bool error_ {}
 Error flag for raw messages.
 

Detailed Description

Stored log message from another thread.


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