File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ release.
18
18
19
19
### Logs
20
20
21
+ - Stabilize ` Event Name ` parameter of ` Logger.Enabled ` .
22
+ ([ #4534 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4534 ) )
23
+
21
24
### Baggage
22
25
23
26
### Profiles
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ The API SHOULD accept the following parameters:
143
143
if unspecified then MUST use current Context.
144
144
When only explicit Context is supported, accepting this parameter is REQUIRED.
145
145
- [ Severity Number] ( ./data-model.md#field-severitynumber ) (optional)
146
- - ** Status ** : [ Development ] ( ../document-status.md ) - [ Event Name] ( ./data-model.md#field-eventname ) (optional)
146
+ - [ Event Name] ( ./data-model.md#field-eventname ) (optional)
147
147
148
148
This API MUST return a language idiomatic boolean type. A returned value of
149
149
` true ` means the ` Logger ` is enabled for the provided arguments, and a returned
You can’t perform that action at this time.
0 commit comments