Star(ILogger) Constructor

Initialise the star class with an ILogger instance to record debug information

Definition

Namespace: ASCOM.Tools.NovasCom
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public Star(
	ILogger logger
)

Parameters

logger  ILogger
ILogger instance to which debug information will be logged. (A null value suppresses logging)

Version Information

.NET Standard

Supported in: 2.0

See Also