mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-28 11:54:57 +00:00
Updated logging to write to ErrorLog as well
This commit is contained in:
@@ -77,7 +77,7 @@ namespace PepperDash.Essentials.Bridges
|
||||
|
||||
var registerResult = Eisc.Register();
|
||||
|
||||
Debug.Console(2, this, "Registration result: {0}", registerResult);
|
||||
Debug.Console(2, this, Debug.ErrorLogLevel.Notice, "Registration result: {0}", registerResult);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ namespace PepperDash.Essentials.Core.Bridges
|
||||
|
||||
var registerResult = Eisc.Register();
|
||||
|
||||
Debug.Console(2, this, "Registration result: {0}", registerResult);
|
||||
Debug.Console(2, this, Debug.ErrorLogLevel.Notice, "Registration result: {0}", registerResult);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user