跳转到内容

setTraceProcessors

此内容尚不支持你的语言。

function setTraceProcessors(processors): void;

Set the list of processors. This will replace any existing processors.

Parameter Type Description

processors

TracingProcessor[]

The list of processors to set.

void