DearPyGui_Ext icon indicating copy to clipboard operation
DearPyGui_Ext copied to clipboard

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

Open DavidLutton opened this issue 2 years ago • 1 comments

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 avatar Apr 19 '22 13:04 DavidLutton

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

DavidLutton avatar Dec 03 '23 00:12 DavidLutton