1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-04-29 03:53:54 +00:00

Compare commits

..

No commits in common. "2a6a8aa0a04d1a37b4fbd38b796ed8fe360dbf2f" and "efbff95ec7b869e3bd5a98edaccdfc0841e730d4" have entirely different histories.

View File

@ -925,7 +925,7 @@ private:
};
// 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] %v
class full_formatter final : public flag_formatter
{
public: