Enum LogLevel (1.60.0)

public enum LogLevel

The supported logging levels.

Namespace

GoogleApisLogging

Assembly

Google.Apis.Core.dll

Fields

NameDescription
All

A value lower than all logging levels.

Debug

Debug logging.

Error

Error logging.

Info

Info logging.

None

A value higher than all logging levels.

Warning

Warning logging.

Extension Method