#include <Log.hpp>
|
void | set (LogType type_, size_t threadId_, const std::string &time_, const std::string &module_, const std::string &function_, const std::string &text_) |
|
const char * | typeString () const |
|
◆ set()
void LogMessage::set |
( |
LogType | type_, |
|
|
size_t | threadId_, |
|
|
const std::string & | time_, |
|
|
const std::string & | module_, |
|
|
const std::string & | function_, |
|
|
const std::string & | text_ ) |
|
inline |
◆ typeString() [1/2]
const char * LogMessage::typeString |
( |
| ) |
const |
◆ typeString() [2/2]
const char * LogMessage::typeString |
( |
int | type_ | ) |
|
|
static |
◆ function
std::string std::string LogMessage::function |
◆ text
std::string LogMessage::text |
◆ threadId
size_t LogMessage::threadId |
◆ time
std::string LogMessage::time |
◆ type
The documentation for this class was generated from the following files: