Simply3DScan
Severity.cs
Go to the documentation of this file.
1 namespace Logging
2 {
6  public enum Severity
7  {
11  Info,
15  Warning,
19  Exception
20  }
21 }
Severity
Severity of a log event
Definition: Severity.cs:6
Definition: Logger.cs:5
information