Interface ILoggingAdapterScope
Represents an explicit logging scope for ILoggingAdapter instances.
Inherited Members
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public interface ILoggingAdapterScope : IDisposable
Properties
| Edit this page View SourceLog
Gets the scoped logging adapter.
Declaration
ILoggingAdapter Log { get; }
Property Value
| Type | Description |
|---|---|
| ILoggingAdapter |
Edit this page