sensics / OSVR-RenderManager

Apache License 2.0
64 stars 45 forks source link

Logging support #166

Closed rpavlik closed 8 years ago

rpavlik commented 8 years ago

This isn't optimal yet - there is some duplication since each sub-class now has its own logger, so there's no need to prefix each message manually with the class name - but it's certainly functional and tested.

russell-taylor commented 8 years ago

Thank goodness for the m_log never failing to return a pointer, so we can do away with the if (m_log).

russell-taylor commented 8 years ago

I'm going to add pull requests for the nVidia and AMD submodules and then I plan to look them over and merge them. We can continue cleanup/refactoring as needed once they are in.