1 instantiation of BatchingLogger
Microsoft.Extensions.Logging.AzureAppServices (1)
BatchingLoggerProvider.cs (1)
199
return new
BatchingLogger
(this, categoryName);
3 references to BatchingLogger
Microsoft.Extensions.Logging.AzureAppServices (3)
BatchingLoggerProvider.cs (3)
14
/// A provider of <see cref="
BatchingLogger
"/> instances.
193
/// Creates a <see cref="
BatchingLogger
"/> with the given <paramref name="categoryName"/>.
196
/// <returns>The <see cref="
BatchingLogger
"/> that was created.</returns>