logging
OutputWidgetHandler
Bases: Handler
Custom logging handler sending logs to an output widget
Source code in src/antakia/utils/logging.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
clear_logs()
Clear the current logs
Source code in src/antakia/utils/logging.py
33 34 35 |
|
emit(record)
Overload of logging.Handler method
Source code in src/antakia/utils/logging.py
19 20 21 22 23 24 25 26 27 |
|
show_logs()
Show the logs
Source code in src/antakia/utils/logging.py
29 30 31 |
|