Commit dbe4426
Allow omitting LogRecord in favor of build pattern in Logging SDKs (open-telemetry/oteps#183)
The discussion while implementing the Java SDK revealed that the LogRecord
data type may not be necessary. See here open-telemetry/opentelemetry-java#3759 (comment)
However, in some other languages LogRecord fits nicely (see the comment about
Python implementation in the same comment thread).
This changes allows implementators of the OTEP to choose the most idiomatic
approach for their language.1 parent fad8665 commit dbe4426
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
| |||
0 commit comments