Singleton to control console logging.
More...
#include <ored/utilities/log.hpp>
|
|
bool | enabled () |
|
QuantLib::Size | width () |
|
QuantLib::Size | progressBarWidth () |
|
void | switchOn () |
|
void | switchOff () |
|
void | setWidth (QuantLib::Size w) |
|
void | setProgressBarWidth (QuantLib::Size w) |
|
boost::shared_mutex & | mutex () |
| | mutex to acquire locks
|
|
|
class | QuantLib::Singleton< ConsoleLog, std::integral_constant< bool, true > > |
Singleton to control console logging.