PR feedback
This commit is contained in:
parent
0ef640d043
commit
6ef6930b1b
|
|
@ -11,7 +11,7 @@ using Microsoft.Extensions.Options;
|
||||||
namespace Microsoft.Extensions.Logging.AzureAppServices
|
namespace Microsoft.Extensions.Logging.AzureAppServices
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A provider of <see cref="BatchingLogger"/>'s.
|
/// A provider of <see cref="BatchingLogger"/> instances.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public abstract class BatchingLoggerProvider : ILoggerProvider, ISupportExternalScope
|
public abstract class BatchingLoggerProvider : ILoggerProvider, ISupportExternalScope
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue