IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IIkvmToolDiagnosticEventListener.cs
Go to the documentation of this file.
1using System.Threading;
2using System.Threading.Tasks;
3
5{
6
11 {
12
19 ValueTask ReceiveAsync(IkvmToolDiagnosticEvent @event, CancellationToken cancellationToken);
20
21 }
22
23}
ValueTask ReceiveAsync(IkvmToolDiagnosticEvent @event, CancellationToken cancellationToken)
Receives a diagnostic event.
readonly record struct IkvmToolDiagnosticEvent(int Id, IkvmToolDiagnosticEventLevel Level, string Message, object?[] Args, IkvmToolDiagnosticEventLocation Location=default)
Describes an event emitted from a tool.