Commit a50b231
authored
Feature/configure logger (#9)
* Add static functions to switch verbosity levels
Just a simple UI for changing to fatal (which will literally print nothing) or low (which is the quite verbose default of xbot/opensot)
* Set fatal to default
So nothing have to be changed w.r.t. to configuring the logger. Set the verbosity to low with the added static functions to recreate "old" behavior on runtime1 parent 9b3e799 commit a50b231
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
408 | 409 | | |
409 | 410 | | |
410 | 411 | | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
411 | 417 | | |
412 | 418 | | |
413 | 419 | | |
414 | 420 | | |
415 | 421 | | |
| 422 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments