C# Class Patterns.Autofac.Logging.LoggingModule

Provides packaged registration instructions for the Patterns.Logging namespace.
Inheritance: Autofac.Module
Afficher le fichier Open project: patterns-group/code-patterns

Méthodes publiques

Свойство Type Description
DefaultLogFactory ILog>.Func

Méthodes publiques

Méthode Description
LoggingModule ( ) : System

Initializes a new instance of the LoggingModule class.

Méthodes protégées

Méthode Description
AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void
Load ( ContainerBuilder builder ) : void
LoggingModule ( ILog>.Func logFactory ) : System

Method Details

AttachToComponentRegistration() protected méthode

protected AttachToComponentRegistration ( IComponentRegistry componentRegistry, IComponentRegistration registration ) : void
componentRegistry IComponentRegistry
registration IComponentRegistration
Résultat void

Load() protected méthode

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Résultat void

LoggingModule() public méthode

Initializes a new instance of the LoggingModule class.
public LoggingModule ( ) : System
Résultat System

LoggingModule() protected méthode

protected LoggingModule ( ILog>.Func logFactory ) : System
logFactory ILog>.Func
Résultat System

Property Details

DefaultLogFactory public_oe static_oe property

The default log factory.
public static Func DefaultLogFactory
Résultat ILog>.Func