easyhttpcpp icon indicating copy to clipboard operation
easyhttpcpp copied to clipboard

Document logging configuration

Open cen1 opened this issue 5 years ago • 0 comments

Please add minimum documentation on how to configure logging. Suggested page: https://github.com/sony/easyhttpcpp/wiki/Recipe:-Configuring-EasyHttp

Example:

easyhttpcpp::common::CoreLogger::getInstance()->setLoggingLevel(easyhttpcpp::common::LogLevel::LogLevelWarning);

cen1 avatar Sep 22 '20 21:09 cen1