LogLevel Enum

Definition

Specifies what messages to output to the log.

C#
public enum LogLevel
Inheritance
LogLevel

Fields

Name Value Description
Off 0

Output no tracing and debugging messages.

Error 1

Output error-handling messages.

Warning 2

Output warnings and error-handling messages.

Informational 3

Output informational messages, warnings, and error-handling messages.

Verbose 4

Output all debugging and tracing messages.

Applies to

Product Versions
Azure SDK for .NET Legacy, Latest