toggle menu
foundry
jvm
switch theme
search in API
tracing
/
foundry.tracing.reporter
/
TraceReporter
Trace
Reporter
interface
TraceReporter
(
source
)
Reports a build trace (modeled as list of spans, in protocol buffer format) to some location.
Inheritors
SimpleTraceReporter
NoOpTraceReporter
Members
Types
No
Op
Trace
Reporter
Link copied to clipboard
object
NoOpTraceReporter
:
TraceReporter
Functions
send
Trace
Link copied to clipboard
abstract
suspend
fun
sendTrace
(
spans
:
ListOfSpans
)