Skip to content
New issue

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

Include console output in GUI #9

Open
DavidLeoni opened this issue Nov 4, 2016 · 2 comments
Open

Include console output in GUI #9

DavidLeoni opened this issue Nov 4, 2016 · 2 comments
Labels

Comments

@DavidLeoni
Copy link
Member

Currently in s-match GUI the user can't directly see the messages logged by s-match, he can only check them in terminal if s-match is launched from there.

It would be nice to add add the bottom of the GUI a little panel reporting terminal messages. These can be particularly helpful for components like Diversicon that may perform possibly long operations such as remote connections or even fetching databases.

@DavidLeoni DavidLeoni added the GUI label Nov 4, 2016
@autayeu
Copy link
Member

autayeu commented Nov 4, 2016

I recall I've done this in the past in some project via a special logger which logged messages into a text box and even scrolled it to keep up with the latest messages. I'll have to look it up.

@autayeu
Copy link
Member

autayeu commented Nov 20, 2016

To start, check out SMatchGUILog4Appender.java (here in s-match-utils) and log4j-gui.properties (in older versions at SF).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants