|
WSF
|
Contains the logic for formatting a message for file or for console. More...
#include <WsfConsole.hpp>

Public Member Functions | |
| SubscriberBase (const OutputSettings &aSettings) noexcept | |
| Creates and registers the subscriber. | |
| void | UpdateSettings (const OutputSettings &aSettings) |
| Sets the settings. | |
| OutputSettings | GetSettings () const noexcept |
| Returns the current settings. | |
Contains the logic for formatting a message for file or for console.
|
explicitnoexcept |
Creates and registers the subscriber.
Referenced by wsf::console::ConsoleSubscriber::ConsoleSubscriber().
|
noexcept |
Returns the current settings.
References wsf::console::OutputSettings::mForceFlushing, wsf::console::OutputSettings::mSingleLine, and wsf::console::OutputSettings::mTypes.
| void wsf::console::SubscriberBase::UpdateSettings | ( | const OutputSettings & | aSettings | ) |
Sets the settings.
References wsf::console::OutputSettings::mTypes.