Added the driver version to the trace log.
This commit is contained in:
@@ -106,6 +106,7 @@ namespace ASCOM.Meade.net
|
||||
//todo move the TraceLogger out to a factory class.
|
||||
_tl = new TraceLogger("", "Meade.Generic.Telescope");
|
||||
LogMessage("Telescope", "Starting initialisation");
|
||||
LogMessage("Telescope", $"Driver version: {DriverVersion}");
|
||||
|
||||
ReadProfile(); // Read device configuration from the ASCOM Profile store
|
||||
|
||||
|
||||
Reference in New Issue
Block a user