diff --git a/IPA.Loader/Logging/Logger.cs b/IPA.Loader/Logging/Logger.cs index 1a030c9c..648e2767 100644 --- a/IPA.Loader/Logging/Logger.cs +++ b/IPA.Loader/Logging/Logger.cs @@ -103,6 +103,9 @@ namespace IPA.Logging /// None = Level.None, + /// + /// Only shows Trace messages. + /// TraceOnly = Level.Trace, ///