Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spec-compliance-matrix for C++ Logs #3646

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,19 +218,19 @@ Disclaimer: this list of features is still a work in progress, please refer to t
| Feature | Optional | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
|----------------------------------------------|----------|-----|------|-----|--------|------|--------|-----|------|-----|------|-------|
| **[Logging SDK](specification/logs/sdk.md)** | Optional | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
| LoggerProvider.Get Logger | | | + | | | | | + | | | - | |
| LoggerProvider.Get Logger accepts attributes | | | | | | | | + | | | | |
| LoggerProvider.Get Logger | | | + | | | | | + | | + | - | |
| LoggerProvider.Get Logger accepts attributes | | | | | | | | + | | + | | |
| LoggerProvider.Shutdown | | | + | | | | | + | | | - | |
| LoggerProvider.ForceFlush | | | + | | | | | + | | | - | |
| Logger.Emit(LogRecord) | | | + | | | | | + | | | - | |
| SimpleLogRecordProcessor | | | + | | | | | + | | | | |
| BatchLogRecordProcessor | | | + | | | | | + | | | | |
| Can plug custom LogRecordProcessor | | | + | | | | | + | | | | |
| OTLP/gRPC exporter | | | + | | + | | | + | | | + | |
| OTLP/HTTP exporter | | | + | | + | | | + | | | + | |
| Logger.Emit(LogRecord) | | | + | | | | | + | | + | - | |
| SimpleLogRecordProcessor | | | + | | | | | + | | + | | |
| BatchLogRecordProcessor | | | + | | | | | + | | + | | |
| Can plug custom LogRecordProcessor | | | + | | | | | + | | + | | |
| OTLP/gRPC exporter | | | + | | + | | | + | | + | + | |
| OTLP/HTTP exporter | | | + | | + | | | + | | + | + | |
| OTLP File exporter | | | - | | - | | | | | | - | |
| Can plug custom LogRecordExporter | | | + | | | | | + | | | | |
| Trace Context Injection | | | + | | + | | | + | | | + | |
| Can plug custom LogRecordExporter | | | + | | | | | + | | + | | |
| Trace Context Injection | | | + | | + | | | + | | + | + | |

## Resource

Expand Down
Loading