reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

feat: improve error message formatting #166

Closed markaylett closed 3 years ago

markaylett commented 3 years ago

Add I/O manipulators for error message formatting. I/O manipulators offer a more explicit and more uniform approach for controlling the output format.

DEV-3647