hoffstadt / DearPyGui_Ext

Dear PyGui Extensions: A collection of useful tools, abstractions, and simplification layers built with/for Dear PyGui users.
https://dearpygui-ext.readthedocs.io/en/latest/
MIT License
78 stars 13 forks source link

To improve the usefulness of the mvLogger for use with the logging module #8

Open DavidLutton opened 2 years ago

DavidLutton commented 2 years ago

Description: To improve the usefulness of the mvLogger for use with the logging module

Changes: Match (mvLogger) log levels with module logging Set a distinct color for error_theme Add demo to feed (logging module) logs into mvLogger

Concerning Areas: Do we want to add working examples under if __name__ == "__main__": block?

DavidLutton commented 9 months ago

More explicit setup of the logging module, including adding handler for console output This lets logging send the messages to both the queue and the console, but with a deliberately different log level for the console @jhgorse does this work for you? Screenshot from 2023-12-02 23-16-29