|
WSF
|
Writes received messages to file on disk. More...
#include <WsfConsole.hpp>


Public Member Functions | |
| ~FileSubscriber () noexcept override | |
| void | OpenFile (const std::string &aFileName) |
| SubscriberBase (const OutputSettings &aSettings) noexcept | |
| Creates and registers the subscriber. | |
| Public Member Functions inherited from wsf::console::SubscriberBase | |
| 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. | |
Writes received messages to file on disk.
|
overridenoexcept |
| void wsf::console::FileSubscriber::OpenFile | ( | const std::string & | aFileName | ) |
Opens the file given by aFileName. If that file is already open, does nothing.
|
explicitnoexcept |
Creates and registers the subscriber.