SergiusTheBest / plog

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

README does not talk about "Initializers" at https://github.com/SergiusTheBest/plog?tab=readme-ov-file#step-2-initialization #287

Open SergiusTheBest opened 7 months ago

SergiusTheBest commented 7 months ago
          README does not talk about "Initializers" at https://github.com/SergiusTheBest/plog?tab=readme-ov-file#step-2-initialization

Originally posted by @jokeruarwentto in https://github.com/SergiusTheBest/plog/issues/286#issuecomment-2032698969

Hammit commented 2 months ago

I'll also add that this got me as well. Usage instructions for Step 1 - Adding Includes say to include the plog/Log.h header, but make no mention of the mandatory "Initializer". The only mention of this was in the sample code I think

SergiusTheBest commented 2 months ago

@Hammit Thank you for bumping this.