Skip to content

Commit

Permalink
Update spec-compliance-matrix for C++ Logs (#3646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Aug 8, 2023
1 parent b2f923f commit ef177f9
Showing 1 changed file with 10 additions and 10 deletions.
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

0 comments on commit ef177f9

Please sign in to comment.