IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.CoreLib.Diagnostics.IDiagnosticEventHandler Interface Reference

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.
 

Detailed Description

Exposes a method to accept diagnostic events.

Definition at line 7 of file IDiagnosticEventHandler.cs.

Member Function Documentation

◆ IsEnabled()

bool IKVM.CoreLib.Diagnostics.IDiagnosticEventHandler.IsEnabled ( Diagnostic diagnostic)

Returns true if the specified Diagnostic is enabled.

Parameters
diagnostic
Returns

◆ Report()

void IKVM.CoreLib.Diagnostics.IDiagnosticEventHandler.Report ( in DiagnosticEvent @ event)

Reports a diagnostic event.

Parameters
event

The documentation for this interface was generated from the following file: