IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IDiagnosticEventHandler.cs
Go to the documentation of this file.
1
namespace
IKVM.CoreLib.Diagnostics
2
{
3
7
interface
IDiagnosticEventHandler
8
{
9
15
bool
IsEnabled
(
Diagnostic
diagnostic);
16
21
void
Report
(in
DiagnosticEvent
@event);
22
23
}
24
25
}
IKVM.CoreLib.Diagnostics.Diagnostic
Definition
Diagnostic.g.cs:10
IKVM.CoreLib.Diagnostics.IDiagnosticEventHandler
Exposes a method to accept diagnostic events.
Definition
IDiagnosticEventHandler.cs:8
IKVM.CoreLib.Diagnostics.IDiagnosticEventHandler.IsEnabled
bool IsEnabled(Diagnostic diagnostic)
Returns true if the specified Diagnostic is enabled.
IKVM.CoreLib.Diagnostics.IDiagnosticEventHandler.Report
void Report(in DiagnosticEvent @event)
Reports a diagnostic event.
IKVM.CoreLib.Diagnostics
Definition
Diagnostic.cs:4
IKVM.CoreLib.Diagnostics.DiagnosticEvent
Definition
DiagnosticEvent.g.cs:9
src
IKVM.CoreLib
Diagnostics
IDiagnosticEventHandler.cs
Generated by
1.12.0