|
std::string | header () const |
|
| Msg ()=delete |
|
| Msg (int level, const char *file, int line, bool linefeed, const char *fmt, va_list ap) |
|
| Msg (int level, const char *file, int line, bool linefeed, std::string &&message) |
|
| Msg (Msg &&other) |
|
Definition at line 184 of file logger.cpp.
◆ Msg() [1/4]
jami::Logger::Msg::Msg |
( |
| ) |
|
|
delete |
◆ Msg() [2/4]
jami::Logger::Msg::Msg |
( |
int |
level, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
bool |
linefeed, |
|
|
std::string && |
message |
|
) |
| |
|
inline |
◆ Msg() [3/4]
jami::Logger::Msg::Msg |
( |
int |
level, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
bool |
linefeed, |
|
|
const char * |
fmt, |
|
|
va_list |
ap |
|
) |
| |
|
inline |
◆ Msg() [4/4]
jami::Logger::Msg::Msg |
( |
Msg && |
other | ) |
|
|
inline |
◆ header()
std::string jami::Logger::Msg::header |
( |
| ) |
const |
|
inline |
◆ file_
const char* jami::Logger::Msg::file_ |
◆ level_
int jami::Logger::Msg::level_ |
◆ line_
unsigned jami::Logger::Msg::line_ |
◆ linefeed_
bool jami::Logger::Msg::linefeed_ |
◆ payload_
std::string jami::Logger::Msg::payload_ |
The documentation for this struct was generated from the following file: