Use a Logger to print initialization errors

This way the errors will get written to a file instead of to STDERR if
`YABRIDGE_DEBUG_FILE` is set.
This commit is contained in:
Robbert van der Helm
2020-05-09 11:15:27 +02:00
parent c76992bb66
commit 57cb404f6b
3 changed files with 12 additions and 9 deletions
+1
View File
@@ -12,6 +12,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Changed installation recommendations to only install using symlinks with hosts
that support individually sandboxed plugins.
- Respect `YABRIDGE_DEBUG_FILE` when printing initialization errors.
## [1.1.0] - 2020-05-07