redis
redis copied to clipboard
Allow integrating third party logger
For pretty much any production usage you'd want to redirect all logging into the application log file (not std::cerr). Would be great to have a way to integrate a third party logger, can be as simple as a <severity, message> callback.