Table of Contents

Enum LogLevel

Namespace
Microsoft.WindowsAzure.Storage
Assembly
Microsoft.WindowsAzure.Storage.dll

Specifies what messages to output to the log.

public enum LogLevel

Fields

Error = 1

Output error-handling messages.

Informational = 3

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

Off = 0

Output no tracing and debugging messages.

Verbose = 4

Output all debugging and tracing messages.

Warning = 2

Output warnings and error-handling messages.