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

Add services keyword to output things into Java Console #115

Open
rzezimierz opened this issue Feb 8, 2024 · 0 comments
Open

Add services keyword to output things into Java Console #115

rzezimierz opened this issue Feb 8, 2024 · 0 comments

Comments

@rzezimierz
Copy link

Hello,
title for the issue says it all :) If user has Java Console enabled, then textual representation of what your keyword is currently doing will be visible there, can be useful for troubleshooting purposes when all you have is just screenshot.

public void printToConsole(String text)
{
System.err.println("[RSL] " + text);
}

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

No branches or pull requests

1 participant