Closed Magikh42 closed 5 years ago
Can you add a command to print in Java console without using PluginLogger ?
This can be done directly using Jython:
from java.lang import System as javasys javasys.out.println("Hello world")
Will show in the Java console:
[17:07:51] [Thread-20/INFO]: Hello world
Can you add a command to print in Java console without using PluginLogger ?