Interface IMaterializerLoggingProvider
SPI intended only to be extended by custom IMaterializer implementations, that also want to provide stages they materialize with specialized ILoggingAdapter instances.
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public interface IMaterializerLoggingProvider
Methods
| Improve this Doc View SourceMakeLogger(Object)
Creates a new logging adapter.
Declaration
ILoggingAdapter MakeLogger(object logSource)
Parameters
Type | Name | Description |
---|---|---|
Object | logSource | The source that produces the log events. |
Returns
Type | Description |
---|---|
ILoggingAdapter | The newly created logging adapter. |