We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider spaces:
https://github.com/hoffstadt/DearPyGui_Ext/blob/2dcc147c2f3bb2467f70cfbf7521203fb006f4a5/dearpygui_ext/logger.py#L66C46-L66C46
if level == 0: message = "[TRACE] " + message theme = self.trace_theme elif level == 1: message = "[DEBUG] " + message theme = self.debug_theme elif level == 2: message = "[INFO] " + message elif level == 3: message = "[WARNING] " + message theme = self.warning_theme elif level == 4: message = "[ERROR] " + message theme = self.error_theme elif level == 5: message = "[CRITICAL] " + message theme = self.critical_theme
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider spaces:
https://github.com/hoffstadt/DearPyGui_Ext/blob/2dcc147c2f3bb2467f70cfbf7521203fb006f4a5/dearpygui_ext/logger.py#L66C46-L66C46
The text was updated successfully, but these errors were encountered: