Corrected trace log name to Meade.Generic.<telescope/focusser>

This commit is contained in:
2019-07-20 21:11:58 +01:00
parent c2ebe329c5
commit 6d8702a011
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ namespace ASCOM.Meade.net
private void Initialise() private void Initialise()
{ {
//todo move the TraceLogger out to a factory class. //todo move the TraceLogger out to a factory class.
_tl = new TraceLogger("", "Meade.net.Telescope"); _tl = new TraceLogger("", "Meade.Generic.Telescope");
LogMessage("Telescope", "Starting initialisation"); LogMessage("Telescope", "Starting initialisation");
ReadProfile(); // Read device configuration from the ASCOM Profile store ReadProfile(); // Read device configuration from the ASCOM Profile store
+1 -1
View File
@@ -74,7 +74,7 @@ namespace ASCOM.Meade.net
private void Initialise() private void Initialise()
{ {
Tl = new TraceLogger("", "Meade.net.focusser"); Tl = new TraceLogger("", "Meade.Generic.focusser");
Tl.LogMessage("Focuser", "Starting initialisation"); Tl.LogMessage("Focuser", "Starting initialisation");
ReadProfile(); // Read device configuration from the ASCOM Profile store ReadProfile(); // Read device configuration from the ASCOM Profile store