|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Exposes a method to accept diagnostic events. More...
Public Member Functions | |
| bool | IsEnabled (Diagnostic diagnostic) |
Returns true if the specified Diagnostic is enabled. | |
| void | Report (in DiagnosticEvent @event) |
| Reports a diagnostic event. | |
Exposes a method to accept diagnostic events.
Definition at line 7 of file IDiagnosticEventHandler.cs.
| bool IKVM.CoreLib.Diagnostics.IDiagnosticEventHandler.IsEnabled | ( | Diagnostic | diagnostic | ) |
| void IKVM.CoreLib.Diagnostics.IDiagnosticEventHandler.Report | ( | in DiagnosticEvent @ | event | ) |
Reports a diagnostic event.
| event |