Eclipse plugin development: error logging in log4j to error view
问题 I'm trying to make my logging from log4j to go to the Eclipse Error Log view in my plugin. I've got two external bundles: Bundle 1: created a Plugin Development project based on existing JARs, containing the log4j library. Bundle 2: created an empty Plugin Development project. Added a log4j.properties to it and a new class "VirtualConsole", which extends "ConsoleAppender". This is how my log4j.properties looks like: # Set root logger level to debug and its only appender to default. log4j