Simple question. 🙂 Is there an equivalent to the Microsoft.VisualStudio.Package.Severity enumeration in the .NET Framework Base Class Library (BCL)?
Simple question. :) Is there an equivalent to the Microsoft.VisualStudio.Package.Severity enumeration in the .NET
Share
Yes there is:
System.Diagnostics.TraceLevel
System.Diagnostics.SourceLevels