From b7fb95104c006f305a5b5ea5b7b06ab46a471a33 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 29 Aug 2019 21:08:07 -0500 Subject: [PATCH] Added documentation --- IPA.Loader/Logging/Logger.cs | 3 +++ 1 file changed, 3 insertions(+) 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, ///