Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Jun 26, 2023
1 parent a636402 commit ec16764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenTelemetry/Logs/ILogger/OpenTelemetryLoggerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public class OpenTelemetryLoggerOptions
/// <remarks>
/// Notes:
/// <list type="bullet">
/// <item>As of OpenTelemetry 1.5.0 state parsing is handled automatically
/// if the state logged implements <see cref="IReadOnlyList{T}"/> or <see
/// <item>As of OpenTelemetry v1.5 state parsing is handled automatically if
/// the state logged implements <see cref="IReadOnlyList{T}"/> or <see
/// cref="IEnumerable{T}"/> where <c>T</c> is <c>KeyValuePair&lt;string,
/// object&gt;</c> than <see cref="LogRecord.Attributes"/> will be set
/// regardless of the value of <see cref="ParseStateValues"/>.</item>
Expand Down

0 comments on commit ec16764

Please sign in to comment.