Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 lat temu
..
README d74bdd7433 development/g3log: Added (Asynchronous logger with Dynamic Sinks). 7 lat temu
g3log.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 lat temu
g3log.info 15a22d4cf8 development/g3log: Updated for version 1.3. 7 lat temu
slack-desc d74bdd7433 development/g3log: Added (Asynchronous logger with Dynamic Sinks). 7 lat temu

README

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++11 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.

What G3Log is:
- G3log is the acting name for the third version of g2log and it stands
for g3log with dynamic sinks
- G3log is an asynchronous, "crash-safe" logger.
- You can choose to use the default log receiver which saves all LOG
calls to file, or you can choose to use your own custom made log
receiver(s), or both, or as many sinks as you need.