Bug 578065 - Use org.slf4j.api instead of org.apache.log4j
-log4j.Logger is replaced by slf4j.Logger.
-All parameterized log messages are modified to use placeholders ({}).
-All target platforms, MANIFEST.MF, feature.xml, updatesite's
category.xml are modified to use slf4j instead of log4j.
-All log4j.xml are removed.
-Users of SWTBot need to include one of the slf4j bindings.
Change-Id: I34ec4e846469aa39073bbec46b99a48cffdb6cb6
Signed-off-by: Aparna Argade <aprsac@yahoo.com>SWTBot is a Java API that interacts with SWT by using high-level operations. It is generally use to write UI tests efficiently since the grain of the API is the same grain as UI operation. It makes easier to transform a user scenario to an automated tests.
http://wiki.eclipse.org/SWTBot
GitHub tracker and pull requests are currently not supported by the contribution process.
Please read http://wiki.eclipse.org/SWTBot/Contributing to know how to interact well with the community. For further questions about contributing to SWTBot, please send a mail to swtbot-dev@eclipse.org .