IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
DiagnosticLevel.cs
Go to the documentation of this file.
1
namespace
IKVM.CoreLib.Diagnostics
2
{
3
6
enum
DiagnosticLevel
7
{
8
9
Unknown
,
10
Trace
,
11
Info
,
12
Warning
,
13
Error
,
14
Fatal
,
15
16
}
17
18
}
IKVM.CoreLib.Diagnostics
Definition
Diagnostic.cs:4
IKVM.CoreLib.Diagnostics.DiagnosticLevel
DiagnosticLevel
Represents the level of security of a diagnostic event.
Definition
DiagnosticLevel.cs:7
IKVM.CoreLib.Diagnostics.DiagnosticLevel.Warning
@ Warning
IKVM.CoreLib.Diagnostics.DiagnosticLevel.Info
@ Info
IKVM.CoreLib.Diagnostics.DiagnosticLevel.Unknown
@ Unknown
IKVM.CoreLib.Diagnostics.DiagnosticLevel.Fatal
@ Fatal
IKVM.CoreLib.Diagnostics.DiagnosticLevel.Error
@ Error
IKVM.CoreLib.Diagnostics.DiagnosticLevel.Trace
@ Trace
src
IKVM.CoreLib
Diagnostics
DiagnosticLevel.cs
Generated by
1.12.0