Table of Contents

Enum LogLevelFilter

Namespace
MonoMod.Logs
Assembly
MonoMod.Utils.dll
[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 = 0
Spam = 1
Trace = 2
Info = 4
Warning = 8
Error = 16
Assert = 32
DefaultFilter = -2