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
| Edit this page 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. |
Edit this page