C# 클래스 CK.Plugins.ObjectExplorer.LogConfigExtensions

파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
Clone ( this config ) : ILogConfig

Creates a snapshot of the ILogConfig.

CombineWith ( this config, ILogServiceConfig s ) : ILogConfig

Creates a new ILogConfig that is a clone of this configuration with a clone of the ILogServiceConfig parameter.

비공개 메소드들

메소드 설명
Clone ( ILogServiceConfig source ) : ILogServiceConfig

Returns a ILogServiceConfig snapshot of the ILogServiceConfig set as parameter

메소드 상세

Clone() 공개 정적인 메소드

Creates a snapshot of the ILogConfig.
public static Clone ( this config ) : ILogConfig
config this to clone.
리턴 ILogConfig

CombineWith() 공개 정적인 메소드

Creates a new ILogConfig that is a clone of this configuration with a clone of the ILogServiceConfig parameter.
public static CombineWith ( this config, ILogServiceConfig s ) : ILogConfig
config this This .
s ILogServiceConfig A which log configuration needs to be applied.
리턴 ILogConfig