IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
DiagnosticEventHandler.cs
Go to the documentation of this file.
1
namespace
IKVM.CoreLib.Diagnostics
2
{
3
7
internal
abstract
partial class
DiagnosticEventHandler : IDiagnosticHandler
8
{
9
11
public
abstract
bool
IsEnabled(Diagnostic diagnostic);
12
14
public
abstract
void
Report(in
DiagnosticEvent
@event);
15
16
}
17
18
}
IKVM.CoreLib.Diagnostics
Definition
Diagnostic.cs:4
IKVM.CoreLib.Diagnostics.DiagnosticEvent
readonly partial struct DiagnosticEvent(Diagnostic Diagnostic, object?[] Args, Exception? Exception=null, DiagnosticLocation Location=default)
Definition
DiagnosticEvent.cs:6
src
IKVM.CoreLib
Diagnostics
DiagnosticEventHandler.cs
Generated by
1.12.0