Method | 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.
|
Method | Description | |
---|---|---|
Clone ( ILogServiceConfig source ) : ILogServiceConfig |
Returns a ILogServiceConfig snapshot of the ILogServiceConfig set as parameter
|
public static Clone ( this config ) : ILogConfig | ||
config | this | |
return | ILogConfig |
public static CombineWith ( this config, ILogServiceConfig s ) : ILogConfig | ||
config | this | This |
s | ILogServiceConfig | A |
return | ILogConfig |