Stackdriver Debugger V2 Client - Class LogLevel (1.9.5)

Reference documentation and code samples for the Stackdriver Debugger V2 Client class LogLevel.

Log severity levels.

Protobuf type google.devtools.clouddebugger.v2.Breakpoint.LogLevel

Namespace

Google \ Cloud \ Debugger \ V2 \ Breakpoint

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INFO

Value: 0

Information log message.

Generated from protobuf enum INFO = 0;

WARNING

Value: 1

Warning log message.

Generated from protobuf enum WARNING = 1;

ERROR

Value: 2

Error log message.

Generated from protobuf enum ERROR = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.