What
Add samples for the new CtxLogger feature in dubbo-go.
Create logger/ctxlogger/ directory with basic examples demonstrating:
- CtxLogger interface usage
- Auto-injection of trace_id/span_id into logs
- Integration with OTEL Tracing
Related Issue
apache/dubbo-go#3182