|
|
@ -825,8 +825,6 @@ public:
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Full info formatter
|
|
|
|
// Full info formatter
|
|
|
|
// pattern: [%Y-%m-%d %H:%M:%S.%e] [%n] [%l] [%s:%#] %v
|
|
|
|
// pattern: [%Y-%m-%d %H:%M:%S.%e] [%n] [%l] [%s:%#] %v
|
|
|
|
class full_formatter final : public flag_formatter {
|
|
|
|
class full_formatter final : public flag_formatter {
|
|
|
@ -921,8 +919,6 @@ private:
|
|
|
|
mdc_formatter<null_scoped_padder> mdc_formatter_{padding_info{}};
|
|
|
|
mdc_formatter<null_scoped_padder> mdc_formatter_{padding_info{}};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} // namespace details
|
|
|
|
} // namespace details
|
|
|
|
|
|
|
|
|
|
|
|
SPDLOG_INLINE pattern_formatter::pattern_formatter(std::string pattern,
|
|
|
|
SPDLOG_INLINE pattern_formatter::pattern_formatter(std::string pattern,
|
|
|
|