Skip to content

Add services keyword to output things into Java Console #115

@rzezimierz

Description

@rzezimierz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions