TestimoX

API Reference

Enum

DsAccessLogLevel

Namespace ADPlayground
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents log entry severity levels.

Inheritance

  • Enum
  • DsAccessLogLevel

Values

public const DsAccessLogLevel Unknown #

Level could not be determined.

Value: 0
public const DsAccessLogLevel Verbose #

Verbose messages.

Value: 1
public const DsAccessLogLevel Information #

Informational events.

Value: 2
public const DsAccessLogLevel Warning #

Warning events.

Value: 3
public const DsAccessLogLevel Error #

Error events.

Value: 4