| [news.eclipse.platform] Re: Best way to do logging from plugin |
What is the official "Eclipse way" of doing logging in a plugin? I found a getLog() method in org.eclipse.core.runtime.Platform, but I cannot tell from the javadocs if this is intended for the type of logging normally done w/ log4j.
Later, PW