Merge pull request #1913 from bsergean/patch-1

Update pattern_formatter-inl.h full_formatter comment to describe the default logging pattern expression accurately
This commit is contained in:
Gabi Melman
2021-04-08 21:11:53 +03:00
committed by GitHub

View File

@@ -925,7 +925,7 @@ private:
};
// Full info formatter
// pattern: [%Y-%m-%d %H:%M:%S.%e] [%n] [%l] %v
// pattern: [%Y-%m-%d %H:%M:%S.%e] [%n] [%l] [%s:%#] %v
class full_formatter final : public flag_formatter
{
public: