Show / Hide Table of Contents

Class ServiceCollectionLoggingExtensions

Inheritance
object
ServiceCollectionLoggingExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.Core.dll
Syntax
public static class ServiceCollectionLoggingExtensions

Methods

GetInitLogger<T>(IServiceCollection)

Declaration
public static ILogger<T> GetInitLogger<T>(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
ILogger<T>
Type Parameters
Name Description
T
In this article
Back to top Powered by Volosoft