mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-31 21:10:35 +00:00
Use ILogger instead of Console.WriteLine
This commit is contained in:
@@ -434,7 +434,7 @@ namespace ElectronNET.API.Entities
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine(ex);
|
||||
BridgeConnector.LogError(ex, "Error getting scaled images");
|
||||
}
|
||||
|
||||
return dict;
|
||||
|
||||
Reference in New Issue
Block a user