Definition
/**
* Create a ConsoleSpanExporter.
*
* Outputs spans to the console with ASCII table formatting.
* Useful for debugging and development.
*
* @param bool $colors Whether to use ANSI colors (default: true)
* @param ConsoleSpanOptions $options Display options for the exporter
*/
console_span_exporter(bool $colors, ConsoleSpanOptions $options) : ConsoleSpanExporter