1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-14 02:33:21 +02:00
opentelemetry-go/log
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
..
embedded Add the log/embedded package (#4932) 2024-02-18 07:51:13 -08:00
DESIGN.md Rename log List value type to Slice (#4936) 2024-02-18 08:08:28 -08:00
doc.go Update otel/log package docs (#4935) 2024-02-18 08:01:24 -08:00
go.mod Implement the LoggerConfig and add the LoggerOptions (#4937) 2024-02-18 08:13:42 -08:00
go.sum Implement the LoggerConfig and add the LoggerOptions (#4937) 2024-02-18 08:13:42 -08:00
keyvalue.go Rename log List value type to Slice (#4936) 2024-02-18 08:08:28 -08:00
kind_string.go Rename log List value type to Slice (#4936) 2024-02-18 08:08:28 -08:00
logger_test.go Implement the LoggerConfig and add the LoggerOptions (#4937) 2024-02-18 08:13:42 -08:00
logger.go Implement the LoggerConfig and add the LoggerOptions (#4937) 2024-02-18 08:13:42 -08:00
provider.go Add the log/embedded package (#4932) 2024-02-18 07:51:13 -08:00
record.go Add initial Logs Bridge API scaffolding (#4907) 2024-02-16 07:09:58 -08:00
severity_string.go Add initial Logs Bridge API scaffolding (#4907) 2024-02-16 07:09:58 -08:00
severity.go Add initial Logs Bridge API scaffolding (#4907) 2024-02-16 07:09:58 -08:00