Hi, I feel like the application need an rather large update when it comes to the logging part.
If you are trying find out a stuck location etc. and set like crazy log settings in both trinity & DB
the whole application sometimes freezes if you try to change any settings ( disabled stuff in plugins etc. or disabling plugins ).
So what I'm suggesting is that you make a second window for debug output and make an own thread for logging and output to the window
and rather have a message que there instead of logging all over ( if you dont have it already, I wont bother decompile it and check it atm so you may have this last part from before ).
By creating another window you'll still be able to do everything in the main window without the application crashing ( if you do it correctly that is ) and in your gui handler you can make it stick to the
bottom or right side.
Regards, alex
If you are trying find out a stuck location etc. and set like crazy log settings in both trinity & DB
the whole application sometimes freezes if you try to change any settings ( disabled stuff in plugins etc. or disabling plugins ).
So what I'm suggesting is that you make a second window for debug output and make an own thread for logging and output to the window
and rather have a message que there instead of logging all over ( if you dont have it already, I wont bother decompile it and check it atm so you may have this last part from before ).
By creating another window you'll still be able to do everything in the main window without the application crashing ( if you do it correctly that is ) and in your gui handler you can make it stick to the
bottom or right side.
Regards, alex