Trace_tefSourceMake a collector that writes into the given output. See setup for more details.
Output for tracing.
`Stdout will enable tracing and print events on stdout`Stderr will enable tracing and print events on stderr`File "foo" will enable tracing and print events into file named "foo"setup () installs the collector depending on out.
If it's set to anything but "1", the value is taken to be the file path into which to write. If it's set to "1", then the file is "trace.json".