|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | EventLogMessages (M_Logging::LogMessageListType const &Messages) |
| virtual void | ReportLogSettings (M_Logging::LogSettingsType const &Settings, bool IsRemoved) |
| virtual void | ResponseLogMessages (M_Logging::LogMessageRequestType const &RequestSpecification, M_Logging::LogMessageListType const &Messages) |
Logger client interface. Contains callback operations from the logger service to the client.
|
virtual |
|
virtual |
Send log messages.
| Messages | Log messages. |
|
virtual |
Report the current settings of the logger.
| Settings | Current log settings. |
| 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. |
|
virtual |
Response to a log message request.
| RequestSpecification | Identifies the request. |
| Messages | The requested log messages. |