#include "b2logging.H"
Takes logging messages and dispatches them to the Handler instances. Code using the logging facility should not construct Logger objects explicitly, but instead use the logging::get_logger() function. See b2000::logging for examples.