C# Class FluentLog4Net.Configuration.Log4NetConfiguration

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

Public Methods

Method Description
ApplyConfiguration ( ) : void

Ends fluent configuration and exports all settings to log4net.

Private Methods

Method Description
Log4NetConfiguration ( ) : System

Method Details

ApplyConfiguration() public method

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