User side diagnostic infrastructure.
More...
#include <AbstractUserDiagnostics.h>
User side diagnostic infrastructure.
virtual void fesa::AbstractUserDiagnostics::disable |
( |
const std::string & |
topic | ) |
const |
|
pure virtual |
Disable logging for the given topic.
- Parameters
-
[in] | topic | The diagnostic topic to disable logging for |
virtual void fesa::AbstractUserDiagnostics::enable |
( |
const std::string & |
topic | ) |
const |
|
pure virtual |
Enable logging for the given topic.
- Parameters
-
[in] | topic | The diagnostic topic to enable logging for |
virtual const DiagnosticsDefs::DiagnosticTopics& fesa::AbstractUserDiagnostics::getTopics |
( |
| ) |
const |
|
pure virtual |
Get diagnostic topics.
- Returns
- List of diagnostic topics
Log a diagnostic message.
- Parameters
-
[in] | topic | The diagnostic topic which the diagnostic message is concerned with |
[in] | diagnosticMessage | The diagnostic message to log |
The documentation for this class was generated from the following file:
- AbstractUserDiagnostics.h