Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Fix typo tace_id -> trace_id in logger.h #2703

Merged
merged 4 commits into from
Jun 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions api/include/opentelemetry/logs/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ class Logger
* Severity -> severity, severity_text
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand Down Expand Up @@ -86,9 +86,9 @@ class Logger
* Severity -> severity, severity_text
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -109,9 +109,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -133,9 +133,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -157,9 +157,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -181,9 +181,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -205,9 +205,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand All @@ -229,9 +229,9 @@ class Logger
* @tparam args Arguments which can be used to set data of log record by type.
* string_view -> body
* AttributeValue -> body
* SpanContext -> span_id,tace_id and trace_flags
* SpanContext -> span_id,trace_id and trace_flags
* SpanId -> span_id
* TraceId -> tace_id
* TraceId -> trace_id
* TraceFlags -> trace_flags
* SystemTimestamp -> timestamp
* system_clock::time_point -> timestamp
Expand Down