Skip to content

Commit

Permalink
chore: extension class renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaVetnic committed Oct 19, 2023
1 parent 5345a3f commit 87ed6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildingBlocks/src/Tooling/Extensions/ILoggerExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static async Task<T> TraceTime<T>(this ILogger logger, Func<Task<T>> acti
}
}

internal static partial class SaveChangesTimeInterceptorLogs
internal static partial class ILoggerExtensionsLogs
{
[LoggerMessage(
EventId = 293800,
Expand Down

0 comments on commit 87ed6d3

Please sign in to comment.