IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
Diagnostic.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
IKVM.CoreLib.Diagnostics
4
{
5
6
internal
partial record
class
Diagnostic
(int Id, string
Name
, string Message,
DiagnosticLevel
Level)
7
{
8
16
public
DiagnosticEvent
Event(
object
?[] args, Exception? exception =
null
,
DiagnosticLocation
location =
default
) =>
new
DiagnosticEvent
(
this
, args, exception, location);
17
18
}
19
20
}
Name
global::java.lang.invoke.LambdaForm.Name Name
Definition
NativeInvokerBytecodeGenerator.cs:42
IKVM.CoreLib.Diagnostics.Diagnostic
Definition
Diagnostic.g.cs:10
IKVM.CoreLib.Diagnostics
Definition
Diagnostic.cs:4
IKVM.CoreLib.Diagnostics.DiagnosticLocation
readonly struct DiagnosticLocation(string Path, int StartLine, int StartColumn, int EndLine, int EndColumn)
Describes the location of a diagnostic event.
Definition
DiagnosticLocation.cs:14
IKVM.CoreLib.Diagnostics.DiagnosticLevel
DiagnosticLevel
Represents the level of security of a diagnostic event.
Definition
DiagnosticLevel.cs:7
IKVM.CoreLib.Diagnostics.DiagnosticEvent
readonly partial struct DiagnosticEvent(Diagnostic Diagnostic, object?[] Args, Exception? Exception=null, DiagnosticLocation Location=default)
Definition
DiagnosticEvent.cs:6
System
Definition
HexConverter.cs:9
IKVM.CoreLib.Diagnostics.DiagnosticEvent
Definition
DiagnosticEvent.g.cs:9
src
IKVM.CoreLib
Diagnostics
Diagnostic.cs
Generated by
1.12.0