Constructor LoggingChangeSetAdaptor
LoggingChangeSetAdaptor(string, IFluentLog, FluentLogLevel, IChangeSetAdaptor<T, TKey>)
Declaration
public LoggingChangeSetAdaptor(string name = null, IFluentLog logger = null, FluentLogLevel logLevel = FluentLogLevel.Trace, IChangeSetAdaptor<T, TKey> innerAdaptor = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| IFluentLog | logger | |
| FluentLogLevel | logLevel | |
| IChangeSetAdaptor<T, TKey> | innerAdaptor |