Yaaf.Logging


SourceLevels

Defined in Yaaf.Logging.dll.

Record Fields

Record FieldDescription
ActivityTracing
Signature: SourceLevels
Modifiers: static
Allows the Stop, Start, Suspend, Transfer, and Resume events through.
All
Signature: SourceLevels
Modifiers: static
Allows all events through.
Critical
Signature: SourceLevels
Modifiers: static
Allows only Critical events through.
Error
Signature: SourceLevels
Modifiers: static
Allows Critical and Error events through.
Information
Signature: SourceLevels
Modifiers: static
Allows Critical, Error, Warning, and Information events through.
Off
Signature: SourceLevels
Modifiers: static
Does not allow any events through.
Verbose
Signature: SourceLevels
Modifiers: static
Allows Critical, Error, Warning, Information, and Verbose events through.
Warning
Signature: SourceLevels
Modifiers: static
Allows Critical, Error, and Warning events through.
Fork me on GitHub