Skip to content

Commit b68c884

Browse files
Remove comment.
1 parent 919b919 commit b68c884

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Serilog.Extensions.Logging/Extensions/Logging/SerilogLogger.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ internal static string GetKeyWithoutFirstSymbol(ConcurrentDictionary<string, str
2929
readonly SerilogLoggerProvider _provider;
3030
readonly ILogger _logger;
3131

32-
/// Per-ILogger LogEventProperty cache for EventId.
33-
/// Each ILogger has its own cache.
34-
/// Each { ILogger, EventId.Id } pair is assumed to be unique.
3532
readonly EventIdPropertyCache _eventPropertyCache = new (48);
3633

3734
static readonly CachingMessageTemplateParser MessageTemplateParser = new();

0 commit comments

Comments
 (0)