G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.
PULL REQUEST DESCRIPTION
ADD CONTENT HERE TO DESCRIBE THE PURPOSE OF THE PULL REQUEST
Testing
[ ] This new/modified code was covered by unit tests.
[ ] (insight) Was all tests written using TDD (Test Driven Development) style?
[ ] The CI (Windows, Linux, OSX) are working without issues.
[ ] Was new functionality documented?
[ ] The testing steps 1 - 2 below were followed
step 1
step 2: use one of these alternatives to run tests:
ctest
ctest -V
for verbose outputmake test