1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-11-30 08:46:54 +02:00
opentelemetry-go/log
Tyler Yahn 335f4de960
Add global log package (#5085)
* Add the log/global package

* Implement the stubbed features

* Add ConcurrentSafe tests

* Restructure with internal implementation

* Add internal global state

* Use internal state in log/global

* Add TestDelegation

* Fix lint

* Clean log_test.go

* Clean up

* Add changelog entry

* Simplify TestMultipleGlobalLoggerProvider

* Shorten log.go

* Fix comment text wrapping

* Shorten state_test.go

* Don't pollute output in TestSetLoggerProvider
2024-03-19 11:28:11 -07:00
..
embedded [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
global Add global log package (#5085) 2024-03-19 11:28:11 -07:00
internal/global Add global log package (#5085) 2024-03-19 11:28:11 -07:00
noop Add the Enabled method to the Logger (#5071) 2024-03-15 08:15:44 -07:00
DESIGN.md Simplify log design docs (#5077) 2024-03-16 11:06:06 +01:00
doc.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
go.mod dependabot updates Sun Mar 3 18:37:17 UTC 2024 (#5026) 2024-03-03 22:08:09 +01:00
go.sum dependabot updates Sun Mar 3 18:37:17 UTC 2024 (#5026) 2024-03-03 22:08:09 +01:00
keyvalue_bench_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
keyvalue_test.go logs: Add empty value for KeyValue (#5076) 2024-03-15 07:52:24 -07:00
keyvalue.go logs: Add empty value for KeyValue (#5076) 2024-03-15 07:52:24 -07:00
kind_string.go Rename log List value type to Slice (#4936) 2024-02-18 08:08:28 -08:00
logger_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
logger.go Add the Enabled method to the Logger (#5071) 2024-03-15 08:15:44 -07:00
provider.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
record_bench_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
record_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
record.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
severity_string.go Add SeverityUndefined to otel/log (#5072) 2024-03-14 13:22:12 -07:00
severity_test.go Add SeverityUndefined to otel/log (#5072) 2024-03-14 13:22:12 -07:00
severity.go Add SeverityUndefined to otel/log (#5072) 2024-03-14 13:22:12 -07:00