Singleton to control console logging. More...
#include <ored/utilities/log.hpp>
Inheritance diagram for ConsoleLog:
Collaboration diagram for ConsoleLog:Public Member Functions | |
| 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 More... | |
Private Member Functions | |
| ConsoleLog () | |
Private Attributes | |
| bool | enabled_ |
| QuantLib::Size | width_ |
| QuantLib::Size | progressBarWidth_ |
| boost::shared_mutex | mutex_ |
Friends | |
| class | QuantLib::Singleton< ConsoleLog, std::integral_constant< bool, true > > |
|
private |
| bool enabled | ( | ) |
Definition at line 758 of file log.hpp.
Here is the call graph for this function:| QuantLib::Size width | ( | ) |
| QuantLib::Size progressBarWidth | ( | ) |
| void switchOn | ( | ) |
| void switchOff | ( | ) |
| void setWidth | ( | QuantLib::Size | w | ) |
| void setProgressBarWidth | ( | QuantLib::Size | w | ) |
| boost::shared_mutex & mutex | ( | ) |
|
friend |