Enum LogLevelFilter
[Flags]
[SuppressMessage("Usage", "CA2217:Do not mark enums with FlagsAttribute", Justification = "This is a flags, just with one value which is all of them.")]
public enum LogLevelFilter
- Extension Methods
Fields
None = 0Spam = 1Trace = 2Info = 4Warning = 8Error = 16Assert = 32DefaultFilter = -2