Method CreateSinkInstance
CreateSinkInstance(Logger)
Function that creates specific SinkSystem using this configuration.
Declaration
public abstract SinkSystemBase CreateSinkInstance(Logger logger)
Parameters
Type | Name | Description |
---|---|---|
Logger | logger | Parent Logger |
Returns
Type | Description |
---|---|
SinkSystemBase | Specific SinkSystem that is going to be added to the Logger |