Corrected trace log name to Meade.Generic.<telescope/focusser>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user