WSF
wsf::console::OutputSettings Struct Reference

#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.

Detailed Description

Settings are read from the file into a WsfConsoleSettings object then given to a subscriber to initialize it.

Constructor & Destructor Documentation

◆ OutputSettings()

wsf::console::OutputSettings::OutputSettings ( )

References mTypes.

Member Data Documentation

◆ mForceFlushing

bool wsf::console::OutputSettings::mForceFlushing = true

Perform a I/O flush at the end of every log entry.

Referenced by wsf::console::SubscriberBase::GetSettings().

◆ mSingleLine

bool wsf::console::OutputSettings::mSingleLine = false

Format messages are enabled if Info messages are enabled.

Referenced by wsf::console::SubscriberBase::GetSettings().

◆ mTypes

ut::log::TypeList wsf::console::OutputSettings::mTypes

The documentation for this struct was generated from the following files:
Copyrights Multiple, All Rights Reserved