Google Cloud Network Services V1 Client - Class LogLevel (0.5.0)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class LogLevel.

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

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

Namespace

Google \ Cloud \ NetworkServices \ V1 \ WasmPlugin \ LogConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LOG_LEVEL_UNSPECIFIED

Value: 0

Unspecified value. Defaults to LogLevel.INFO.

Generated from protobuf enum LOG_LEVEL_UNSPECIFIED = 0;

TRACE

Value: 1

Report logs with TRACE level and above.

Generated from protobuf enum TRACE = 1;

DEBUG

Value: 2

Report logs with DEBUG level and above.

Generated from protobuf enum DEBUG = 2;

INFO

Value: 3

Report logs with INFO level and above.

Generated from protobuf enum INFO = 3;

WARN

Value: 4

Report logs with WARN level and above.

Generated from protobuf enum WARN = 4;

ERROR

Value: 5

Report logs with ERROR level and above.

Generated from protobuf enum ERROR = 5;

CRITICAL

Value: 6

Report logs with CRITICAL level only.

Generated from protobuf enum CRITICAL = 6;