Show / Hide Table of Contents

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 Source

Logger

Gets or sets the logger.

Declaration
ILogger Logger { get; set; }
Property Value
Type Description
ILogger

The logger.

  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.