MarketSquare / remoteswinglibrary

RemoteSwingLibrary
Apache License 2.0
31 stars 39 forks source link

Add services keyword to output things into Java Console #115

Open rzezimierz opened 9 months ago

rzezimierz commented 9 months ago

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); }