C# 클래스 Common.Logging.Configuration.LogConfigurationReader

Implementation of IConfigurationReader that uses a supplied LogConfiguration object.
상속: IConfigurationReader
파일 보기 프로젝트 열기: net-commons/common-logging 1 사용 예제들

공개 메소드들

메소드 설명
GetSection ( string sectionName ) : object

Returns a LogSetting based on the LogConfiguration supplied in the constructor.

LogConfigurationReader ( LogConfiguration configuration ) : System

Creates a new LogConfigurationReader given a LogConfiguration object.

메소드 상세

GetSection() 공개 메소드

Returns a LogSetting based on the LogConfiguration supplied in the constructor.
public GetSection ( string sectionName ) : object
sectionName string This parameter is not used in this implementation.
리턴 object

LogConfigurationReader() 공개 메소드

Creates a new LogConfigurationReader given a LogConfiguration object.
public LogConfigurationReader ( LogConfiguration configuration ) : System
configuration LogConfiguration to be parsed.
리턴 System