Browse Source

Added documentation

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
b7fb95104c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      IPA.Loader/Logging/Logger.cs

+ 3
- 0
IPA.Loader/Logging/Logger.cs View File

@ -103,6 +103,9 @@ namespace IPA.Logging
/// </summary>
None = Level.None,
/// <summary>
/// Only shows Trace messages.
/// </summary>
TraceOnly = Level.Trace,
/// <summary>


Loading…
Cancel
Save