how to output user message into the intellij's console

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

0
4 comments
Avatar
Permanently deleted user

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.

0
Avatar
Permanently deleted user

i tried the System.out & System.in,no effect,are u sure it?

0
Avatar
Permanently deleted user

i tried it in a intellij plugin,no effect

0
Avatar
Permanently deleted user

and it is a jetty plugin

0

Please sign in to leave a comment.