This will basically force me to make all methods in my classes not const because they want to write out to their loggers. I can't really afford to do that -- so I'm restricted to global loggers at the moment.
In my current implementation, each class has a logger with the class name as the channel (initialized in their constructors), and it issues log messages at any point with BOOST_LOG_SEV(this->logger, level)
I'd love to hear the reason behind the non-constness and if my design is not the intended for Boost::Log.
Thank you for your help.
Mauricio Carneiro, Ph.D.
http://www.broadinstitute.org/~carneiro/