Commit 7604bd9
add support for a logger function in errprinter (#681)
* add support for a logger function in errprinter
* this enables other software to monkey patch the logger function to capture dronekit output and exceptions
* moved print to stderr to logger function
* monkey patching logger will replace the print to stderr functionality instead of supplement it1 parent 12e18a5 commit 7604bd9
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
0 commit comments