mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Updated logging to write to ErrorLog as well
This commit is contained in:
parent
0686e9d054
commit
e8d42b701e
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue