Skip to content

Commit

Permalink
fix namespace resolution for logger (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Nov 1, 2021
1 parent 4110b56 commit 64d736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/opentelemetry/sdk/logs/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Logger final : public opentelemetry::logs::Logger
const opentelemetry::common::KeyValueIterable &attributes,
opentelemetry::trace::TraceId trace_id,
opentelemetry::trace::SpanId span_id,
trace::TraceFlags trace_flags,
opentelemetry::trace::TraceFlags trace_flags,
opentelemetry::common::SystemTimestamp timestamp) noexcept override;

private:
Expand Down

0 comments on commit 64d736e

Please sign in to comment.