How to see output from com.intellij.openapi.diagnostic.Logger? Follow
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!
Please sign in to leave a comment.
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