Show / Hide Table of Contents

Enum LogLevel

The supported logging levels.

Namespace: Google.Apis.Logging
Assembly: Google.Apis.Core.dll
Syntax
public enum LogLevel

Fields

Name Description
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 Methods

Utilities.ThrowIfNull<LogLevel>(String)
Back to top