Enum WasmPlugin.LogConfig.LogLevel (0.23.0)

public enum WasmPlugin.LogConfig.LogLevel extends Enum<WasmPlugin.LogConfig.LogLevel> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.networkservices.v1.WasmPlugin.LogConfig.LogLevel

Implements

ProtocolMessageEnum

Static Fields

Name Description
CRITICAL

Report logs with CRITICAL level only.

CRITICAL = 6;

CRITICAL_VALUE

Report logs with CRITICAL level only.

CRITICAL = 6;

DEBUG

Report logs with DEBUG level and above.

DEBUG = 2;

DEBUG_VALUE

Report logs with DEBUG level and above.

DEBUG = 2;

ERROR

Report logs with ERROR level and above.

ERROR = 5;

ERROR_VALUE

Report logs with ERROR level and above.

ERROR = 5;

INFO

Report logs with INFO level and above.

INFO = 3;

INFO_VALUE

Report logs with INFO level and above.

INFO = 3;

LOG_LEVEL_UNSPECIFIED

Unspecified value. Defaults to LogLevel.INFO.

LOG_LEVEL_UNSPECIFIED = 0;

LOG_LEVEL_UNSPECIFIED_VALUE

Unspecified value. Defaults to LogLevel.INFO.

LOG_LEVEL_UNSPECIFIED = 0;

TRACE

Report logs with TRACE level and above.

TRACE = 1;

TRACE_VALUE

Report logs with TRACE level and above.

TRACE = 1;

UNRECOGNIZED
WARN

Report logs with WARN level and above.

WARN = 4;

WARN_VALUE

Report logs with WARN level and above.

WARN = 4;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()