|
Engage Engine API
1.246.9086
|
Engine logging settings. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
| void | clear () |
Public Member Functions inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| virtual void | initForDocumenting () |
| virtual std::string | toString () |
| virtual bool | isDocumenting () const |
Public Attributes | |
| int | maxLevel |
| [Optional, Default: 4, Range: 0-4] This is the maximum logging level to display in other words, any logging with levels equal or lower than this level will be logged. | |
| bool | enableSyslog |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| bool | _documenting |
Engine logging settings.
Helper C++ class to serialize and de-serialize EnginePolicyLogging JSON
Example:
Definition at line 6066 of file ConfigurationObjects.h.
|
inline |
Definition at line 6093 of file ConfigurationObjects.h.
|
inline |
Definition at line 6098 of file ConfigurationObjects.h.
| bool AppConfigurationObjects::EnginePolicyLogging::enableSyslog |
[Optional, Default: false] When enabled, the Engage Engine will output logging to Sys log as well.
Definition at line 6091 of file ConfigurationObjects.h.
| int AppConfigurationObjects::EnginePolicyLogging::maxLevel |
[Optional, Default: 4, Range: 0-4] This is the maximum logging level to display in other words, any logging with levels equal or lower than this level will be logged.
Logging levels
| Value | Severity | Description |
|---|---|---|
| 0 | Fatal | A fatal, non-recoverable, error has occurred |
| 1 | Error | An error has occurred but the system has recovered |
| 2 | Warning | A warning condition exists |
| 3 | Informational | The message is informational in nature |
| 4 | Debug | The message is useful for debugging and troubleshooting |
Definition at line 6088 of file ConfigurationObjects.h.