DiagnosticSeverity Enumeration

Simple Injector
Specifies the list of severity levels that diagnostic results can have.

Namespace:  SimpleInjector.Diagnostics
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public enum DiagnosticSeverity
Members

  Member nameValueDescription
Information0Information messages and tips about the configuration.
Warning1Warning messages that are likely to cause problems in your application.
See Also

Reference