#include <logger.h>
◆ LogLine()
ccf::logger::LogLine::LogLine |
( |
LoggerLevel |
level_, |
|
|
std::string_view |
tag_, |
|
|
std::string_view |
file_name_, |
|
|
size_t |
line_number_ |
|
) |
| |
|
inline |
◆ finalize()
void ccf::logger::LogLine::finalize |
( |
| ) |
|
|
inline |
◆ operator<<() [1/2]
template<typename T >
LogLine & ccf::logger::LogLine::operator<< |
( |
const T & |
item | ) |
|
|
inline |
◆ operator<<() [2/2]
LogLine & ccf::logger::LogLine::operator<< |
( |
std::ostream &(*)(std::ostream &) |
f | ) |
|
|
inline |
◆ Out
◆ file_name
std::string ccf::logger::LogLine::file_name |
◆ line_number
size_t ccf::logger::LogLine::line_number |
◆ log_level
◆ msg
std::string ccf::logger::LogLine::msg |
◆ ss
std::ostringstream ccf::logger::LogLine::ss |
◆ tag
std::string ccf::logger::LogLine::tag |
◆ thread_id
uint16_t ccf::logger::LogLine::thread_id |
The documentation for this struct was generated from the following file: