Class SinkConfiguration<T>
Inherited Members
Namespace: Unity.Logging.Sinks
Syntax
public class SinkConfiguration<T> : SinkConfiguration where T : ISinkSystemInterface, new()
Type Parameters
Name | Description |
---|---|
T |
Methods
CreateSinkInstance(in Logger)
Declaration
public override ISinkSystemInterface CreateSinkInstance(in Logger logger)
Parameters
Type | Name | Description |
---|---|---|
Logger | logger |
Returns
Type | Description |
---|---|
ISinkSystemInterface |