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)
*/
console_span_exporter(bool $colors) : ConsoleSpanExporter