|
| | Msg ()=delete |
| |
| | Msg (int level, std::string_view file, unsigned line, bool linefeed, std::string_view tag, const char *fmt, va_list ap) |
| |
| | Msg (int level, std::string_view file, unsigned line, bool linefeed, std::string_view tag, std::string &&message) |
| |
| | Msg (Msg &&other)=default |
| |
| Msg & | operator= (Msg &&other)=default |
| |
Definition at line 183 of file logger.cpp.
◆ Msg() [1/4]
| jami::Logger::Msg::Msg |
( |
| ) |
|
|
delete |
◆ Msg() [2/4]
| jami::Logger::Msg::Msg |
( |
int |
level, |
|
|
std::string_view |
file, |
|
|
unsigned |
line, |
|
|
bool |
linefeed, |
|
|
std::string_view |
tag, |
|
|
std::string && |
message |
|
) |
| |
|
inline |
◆ Msg() [3/4]
| jami::Logger::Msg::Msg |
( |
int |
level, |
|
|
std::string_view |
file, |
|
|
unsigned |
line, |
|
|
bool |
linefeed, |
|
|
std::string_view |
tag, |
|
|
const char * |
fmt, |
|
|
va_list |
ap |
|
) |
| |
|
inline |
◆ Msg() [4/4]
| jami::Logger::Msg::Msg |
( |
Msg && |
other | ) |
|
|
default |
◆ operator=()
| Msg & jami::Logger::Msg::operator= |
( |
Msg && |
other | ) |
|
|
default |
◆ file_
| std::string_view jami::Logger::Msg::file_ |
◆ header_
| std::string jami::Logger::Msg::header_ |
◆ 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_ |
◆ tag_
| std::string_view jami::Logger::Msg::tag_ |
The documentation for this struct was generated from the following file: