IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IDiagnosticEventHandler.cs
Go to the documentation of this file.
2{
3
8 {
9
15 bool IsEnabled(Diagnostic diagnostic);
16
21 void Report(in DiagnosticEvent @event);
22
23 }
24
25}
Exposes a method to accept diagnostic events.
bool IsEnabled(Diagnostic diagnostic)
Returns true if the specified Diagnostic is enabled.
void Report(in DiagnosticEvent @event)
Reports a diagnostic event.