LogLevel
The device activity’s logging verbosity. It specifies which events should be written to logs. For example, if the LogLevel is ERROR, only events that terminate in errors will be logged. LogLevel is inclusive; enabling INFO logging will also enable ERROR logging.
Enums | |
---|---|
| No logging specified (logging will be disabled). |
| Disables logging. |
| Error events will be logged. |
| Informational events will be logged, such as connections and disconnections. |
| All events will be logged. |