SergiusTheBest / plog

Portable, simple and extensible C++ logging library
MIT License
2.19k stars 385 forks source link

There are different constructor signature in header and readme.md #247

Closed lihanhui closed 1 year ago

lihanhui commented 1 year ago

Record.h: Record(Severity severity, const char func, size_t line, const char file, const void object, int instanceId) readme.md: Record(Severity severity, const char func, size_t line, const char file, const void object);

SergiusTheBest commented 1 year ago

Thank you for noticing that!