C# Class CK.Plugins.ObjectExplorer.LogConfigExtensions

Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Clone ( ILogServiceConfig source ) : ILogServiceConfig

Returns a ILogServiceConfig snapshot of the ILogServiceConfig set as parameter

Method Details

Clone() public static méthode

Creates a snapshot of the ILogConfig.
public static Clone ( this config ) : ILogConfig
config this to clone.
Résultat ILogConfig

CombineWith() public static méthode

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.
Résultat ILogConfig