report

open override fun report(diag: DiagnosticInfo)

Report a single diagnostic record to the receiver.

Parameters

diag

The diagnostic record to report.


open override fun report(first: DiagnosticInfo, vararg rest: DiagnosticInfo)

Report one or more individual diagnostic record(s) to the receiver.

Parameters

first

The first diagnostic record to report.

rest

The remaining diagnostic records to report.


open override fun report(diags: Iterable<DiagnosticInfo>)

Report an iterable of diagnostic records to the receiver.

Parameters

diags

The diagnostic records to report.


open override fun report(diags: Sequence<DiagnosticInfo>)

Report a sequence of diagnostic records to the receiver.

Parameters

diags

The diagnostic records to report.