LoggingConfiguration Struct Reference
The Logging Configuration to be applied or being applied.
#include <scmTypes.h>
Public Attributes | |
| Component | component = Component::NONE |
| Type of component running inside the SCM device. | |
| LogLevel | logLevel = LogLevel::DEBUG |
| Log Level indicating the severity of the logs. | |
| std::string | address = "" |
| Remote IP address to log the data to. | |
| unsigned int | port = 0 |
| Remote port to log the data to. | |
| unsigned int | rebootsUntilLoggingDisabled = 0 |
| Number of reboots until the remote logging is disabled. If N (N>0) is set, remote logging will be disabled when a reboot is done. If a value greater than 0 is set, the remote logging will remain active for N reboots. | |
