Closed ivanovkirilg closed 3 months ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fixes #12 by adding a
std::cerr
-logging stub implementation for use in unit-tests.Encapsulation is improved by extracting the Logger details (private members) into
LoggerImpl
.