Skip to content

Commit

Permalink
Custom logging now internal (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureKrome authored Nov 10, 2023
1 parent 18847a9 commit e4956f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleAzure.Storage.HybridQueue/LoggingExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace WorldDomination.SimpleAzure.Storage.HybridQueues;

public static class LoggerExtensions
internal static class LoggerExtensions
{
public static IDisposable? BeginCustomScope<T>(this ILogger<T> logger, params (string Name, object? Value)[] scopeItems)
{
Expand Down

0 comments on commit e4956f8

Please sign in to comment.