SergiusTheBest / plog

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

Feature(Container) Logging of std containers with custom data types #250

Open SlashBack626 opened 1 year ago

SlashBack626 commented 1 year ago

addresses #248

Moving and slighty alter the implementation of logging function regarding std containers.

This way it does not break the existing way of defining operators custom data types and still supports all usecases. Samples included

I have only tested this on GCC 10.3.0 x86_64-linux gnu

needs review