how to output user message into the intellij's console Permanently deleted user Created August 23, 2013 17:38 i want to output user message into the console of intellij,how can i do it?not the system console of command,it is intellij's console
When a process is running in IntelliJ and message to stdout will be seen in the console.
So either use System.out or a ConsoleAppender in your favorite logging framework.
i tried the System.out & System.in,no effect,are u sure it?
i tried it in a intellij plugin,no effect
and it is a jetty plugin