1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00
opentelemetry-go/log
Tyler Yahn da047e70ef
Add the Enabled method to the Logger (#5071)
* Add the Enabled method to the Logger

* Add a changelog entry

* Rename enabled.go to min_sev.go

* Remove MinSeverityProcessor

* Document lack of interaction between OnEmit and Enabled

* Update sdk/log/processor.go

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
2024-03-15 08:15:44 -07:00
..
embedded [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
noop Add the Enabled method to the Logger (#5071) 2024-03-15 08:15:44 -07:00
DESIGN.md [chore] Update open issues in log design docs (#5052) 2024-03-13 09:15:31 +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