Relative Content

Tag Archive for facade

What is the C++ equivalent of a logging facade in Java?

I’m currently writing a library in C++ and was wondering if I should log from within it. Googling the issue I came across this question but it makes reference to a logging facade. Is there anything equivalent for C++?