Interface ILogSource
Represents an object that requires access to an ILogger.
Namespace: DNVGL.One.Compute.Core.Worker
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface ILogSource
Properties
View SourceLogger
Gets or sets the logger.
Declaration
ILogger Logger { get; set; }
Property Value
| Type | Description |
|---|---|
| ILogger | The logger. |