Network Services v1 API - Enum WasmPlugin.Types.LogConfig.Types.LogLevel (1.2.0)

public enum WasmPlugin.Types.LogConfig.Types.LogLevel

Reference documentation and code samples for the Network Services v1 API enum WasmPlugin.Types.LogConfig.Types.LogLevel.

Possible values to specify the lowest level of logs to be exported to Cloud Logging.

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Fields

Name Description
Critical

Report logs with CRITICAL level only.

Debug

Report logs with DEBUG level and above.

Error

Report logs with ERROR level and above.

Info

Report logs with INFO level and above.

Trace

Report logs with TRACE level and above.

Unspecified

Unspecified value. Defaults to LogLevel.INFO.

Warn

Report logs with WARN level and above.