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

Container used to hold configuration information from config file.
파일 보기 프로젝트 열기: SaladLab/Common.Logging.Unity3D 1 사용 예제들

공개 메소드들

메소드 설명
LogSetting ( Type factoryAdapterType, NameValueCollection properties ) : System

메소드 상세

LogSetting() 공개 메소드

public LogSetting ( Type factoryAdapterType, NameValueCollection properties ) : System
factoryAdapterType System.Type /// The type /// that will be used for creating ///
properties NameValueCollection /// Additional user supplied properties that are passed to the /// 's constructor. ///
리턴 System