C# Class FluentLog4Net.Configuration.Log4NetConfiguration

Stores the log4net settings as they are being fluently configured.
Afficher le fichier Open project: awhatley/fluent-log4net Class Usage Examples

Méthodes publiques

Méthode Description
ApplyConfiguration ( ) : void

Ends fluent configuration and exports all settings to log4net.

Private Methods

Méthode Description
Log4NetConfiguration ( ) : System

Method Details

ApplyConfiguration() public méthode

Ends fluent configuration and exports all settings to log4net.
public ApplyConfiguration ( ) : void
Résultat void