C# Класс CK.Plugins.ObjectExplorer.LogConfigExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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