Table of Contents

Enum Log.Level

Namespace
VAST.Common
Assembly
VAST.Common.dll

Specifies the severity level of log messages.

public enum Log.Level

Fields

Debug = 4

Log debug messages and above.

Error = 1

Log only critical error messages.

Info = 3

Log informational messages and above.

None = 0

Logging is disabled.

Trace = 5

Log all messages including trace-level details.

Warning = 2

Log warning messages and above.