public enum LogLevelReference documentation and code samples for the Cloud IoT v1 API enum LogLevel.
Beta Feature
The logging verbosity for device activity. 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.
Namespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Fields |
|
|---|---|
| Name | Description |
Debug |
All events will be logged. |
Error |
Error events will be logged. |
Info |
Informational events will be logged, such as connections and disconnections. |
None |
Disables logging. |
Unspecified |
No logging specified. If not specified, logging will be disabled. |