Bug 550347 - Provide Platform.getLog(.class) method
Removes the log method from Platform as a better solution was proposed.
Change-Id: Ie912c625a77444c9ed84d4458eaf8577ebb518e6
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java
index d38195a..bce6488 100644
--- a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java
+++ b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java
@@ -1039,21 +1039,6 @@
}
/**
- * Logs the given status for the bundle of the given class. If no such log
- * exists, one is created.
- *
- * @param clazz the class in a bundle whose log is returned
- * @param status the status to log
- *
- * @since 3.16
- */
-
- public static void log(Class<?> clazz, IStatus status) {
- getLog(clazz).log(status);
- }
-
-
- /**
* Returns the given bundle's resource bundle for the current locale.
* <p>
* This resource bundle is typically stored as the plugin.properties file in the