26#include <fmt/format.h>
48 std::string_view body)
override {
49 fmt::format_to(std::back_inserter(buffer),
50 FMT_STRING(
"[{}] [{}] [{}] {} ({}:{}:{}, {})"), time,
Class to hold information of source codes.
constexpr auto column() const -> index_type
Get the column number.
constexpr auto line() const -> index_type
Get the line number.
constexpr auto function_name() const -> std::string_view
Get the function name.
constexpr auto file_path() const -> std::string_view
Get the file path.
Definition of get_output_log_level_str function.
Definition of log_level enumeration.
log_level
Enumeration of log levels.
Definition of source_info_view class.
Definition of time_stamp class.