|
WSF
|
#include <WsfConsole.hpp>
Public Member Functions | |
| OutputSettings () | |
Public Attributes | |
| ut::log::TypeList | mTypes |
| Which types to subscribe to. | |
| bool | mSingleLine = false |
| Format messages are enabled if Info messages are enabled. | |
| bool | mForceFlushing = true |
| Perform a I/O flush at the end of every log entry. | |
Settings are read from the file into a WsfConsoleSettings object then given to a subscriber to initialize it.
| wsf::console::OutputSettings::OutputSettings | ( | ) |
References mTypes.
| bool wsf::console::OutputSettings::mForceFlushing = true |
Perform a I/O flush at the end of every log entry.
Referenced by wsf::console::SubscriberBase::GetSettings().
| bool wsf::console::OutputSettings::mSingleLine = false |
Format messages are enabled if Info messages are enabled.
Referenced by wsf::console::SubscriberBase::GetSettings().
| ut::log::TypeList wsf::console::OutputSettings::mTypes |
Which types to subscribe to.
Referenced by wsf::console::SubscriberBase::GetSettings(), OutputSettings(), and wsf::console::SubscriberBase::UpdateSettings().