onboardapi  9.10.0
by Rheinmetall
M_Logging::ReportLogSettings Struct Reference

Report the current settings of the logger. More...

Public Member Functions

 ReportLogSettings ()
 
 ReportLogSettings (M_Logging::LogSettingsType const &Settings, bool IsRemoved)
 

Public Attributes

M_Logging::LogSettingsType Settings
 Current log settings. More...
 
bool IsRemoved
 

Detailed Description

Report the current settings of the logger.

Constructor & Destructor Documentation

◆ ReportLogSettings() [1/2]

M_Logging::ReportLogSettings::ReportLogSettings ( )

◆ ReportLogSettings() [2/2]

M_Logging::ReportLogSettings::ReportLogSettings ( M_Logging::LogSettingsType const &  Settings,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_Logging::ReportLogSettings::IsRemoved

Indicates if the Setting is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners.

◆ Settings

M_Logging::LogSettingsType M_Logging::ReportLogSettings::Settings

Current log settings.