C# Class Aspects.Logging.Configuration.Concrete.ConfigFileConfigurationProvider

The config file configuration provider.
Inheritance: IConfigurationProvider
Datei anzeigen Open project: vnvizitiu/AOP

Private Properties

Property Type Description

Public Methods

Method Description
GetLogger ( ) : ILogger

Gets the logger.

ShouldLog ( LogAttribute logAttribute ) : bool

The should log.

Method Details

GetLogger() public method

Gets the logger.
/// The UseConsoleLogger and the Logger config cannot both be filled in at the same time ///
public GetLogger ( ) : ILogger
return ILogger

ShouldLog() public method

The should log.
public ShouldLog ( LogAttribute logAttribute ) : bool
logAttribute LogAttribute /// The log attribute. ///
return bool