How to see output from com.intellij.openapi.diagnostic.Logger? Permanently deleted user 创建于 2005年03月28日 13:42 Hi,there is one more question. How (where) can I see output from com.intellij.openapi.diagnostic.Logger? Should I switch something on?Thank you in advance!
On Mon, 28 Mar 2005 16:42:34 +0400, Serge Shafarenka wrote:
In ${idea.system.path}/log/idea.log
It should just work (assuming you're getting a Logger using
Logger.getInstance(String category)).
--
Mark Scott
mark@codebrewer.com
Is it somehow possible to stream the logs of the sandboxed IDE to the IDE from which the debugging of the plugin has been started?