Cloud IoT v1 API - Enum LogLevel (2.2.0)

public enum LogLevel

Reference 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.V1

Assembly

Google.Cloud.Iot.V1.dll

Fields

NameDescription
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.