diff --git a/Meade.net.Telescope/Telescope.cs b/Meade.net.Telescope/Telescope.cs index 166ddeb..4200c9f 100644 --- a/Meade.net.Telescope/Telescope.cs +++ b/Meade.net.Telescope/Telescope.cs @@ -104,7 +104,7 @@ namespace ASCOM.Meade.net private void Initialise() { //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"); ReadProfile(); // Read device configuration from the ASCOM Profile store diff --git a/Meade.net.focuser/Focuser.cs b/Meade.net.focuser/Focuser.cs index bf3a891..7b99b39 100644 --- a/Meade.net.focuser/Focuser.cs +++ b/Meade.net.focuser/Focuser.cs @@ -74,7 +74,7 @@ namespace ASCOM.Meade.net private void Initialise() { - Tl = new TraceLogger("", "Meade.net.focusser"); + Tl = new TraceLogger("", "Meade.Generic.focusser"); Tl.LogMessage("Focuser", "Starting initialisation"); ReadProfile(); // Read device configuration from the ASCOM Profile store