1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-18 03:22:12 +02:00

10 Commits

Author SHA1 Message Date
Tyler Yahn
b62df520ff
Implement the log Record type (#4939) 2024-02-19 14:08:41 +01:00
Tyler Yahn
d423033b1f
Test Severity const match OTel spec (#4938)
Resolve #4912
2024-02-19 13:47:24 +01:00
Tyler Yahn
e3e8879eb3
Implement the LoggerConfig and add the LoggerOptions (#4937)
* Implement the LoggerConfig

* Add the LoggerOptions

* Add NewLoggerConfig test
2024-02-18 08:13:42 -08:00
Tyler Yahn
6e2bfb69ed
Rename log List value type to Slice (#4936) 2024-02-18 08:08:28 -08:00
Tyler Yahn
59413575e4
Update otel/log package docs (#4935) 2024-02-18 08:01:24 -08:00
Tyler Yahn
48bb3c8642
Add the log/embedded package (#4932)
* Add the log/embedded package

* Embed the Logger and LoggerProvider types
2024-02-18 07:51:13 -08:00
Charlie Le
693eb7dbbb
Fix typos in docs and comments (#4940)
Ignoring words that would have renamed

- nam. -> name
- ans -> and
2024-02-17 13:36:41 +01:00
Tyler Yahn
d3dcb3999c
Add initial Logs Bridge API scaffolding (#4907)
* Add go.mod

* Exclude otel/log in versions.yaml

* Add package documentation stub

* Update dependabot config

* Add initial log API scaffolding
2024-02-16 07:09:58 -08:00
Tyler Yahn
e8973b75b2
[docs] Log design fix (#4918)
Add missing return type to String func.
2024-02-13 15:47:56 -08:00
Robert Pająk
c921815474
log: Add design doc (#4809) 2024-02-09 08:27:38 +01:00