Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 1f09eb4

Browse files
committed
Remove unhelpful extension
1 parent e547c7d commit 1f09eb4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Microsoft.Framework.Logging.Abstractions/LoggerExtensions.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -559,19 +559,6 @@ public static IDisposable BeginScope(
559559
return logger.BeginScopeImpl(new FormattedLogValues(messageFormat, args));
560560
}
561561

562-
/// <summary>
563-
/// Creates a scope with a pre-formatted message.
564-
/// </summary>
565-
/// <param name="logger">The <see cref="ILogger"/> to create the scope in.</param>
566-
/// <param name="message">Pre-formatted string of the scope message.</param>
567-
/// <returns>A disposable scope object. Can be null.</returns>
568-
public static IDisposable BeginScope(
569-
[NotNull] this ILogger logger,
570-
[NotNull] string message)
571-
{
572-
return logger.BeginScopeImpl(message);
573-
}
574-
575562
//------------------------------------------HELPERS------------------------------------------//
576563

577564
private static void Log(

0 commit comments

Comments
 (0)