mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Deprecated logErrorMessage method.
This commit is contained in:
parent
fb3a4c8d26
commit
2fefb9f6ab
1 changed files with 4 additions and 0 deletions
|
@ -327,6 +327,10 @@ public class CUIPlugin extends AbstractUIPlugin {
|
|||
log(message, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link #logError(String)}
|
||||
*/
|
||||
@Deprecated
|
||||
public void logErrorMessage(String message) {
|
||||
log(new Status(IStatus.ERROR, PLUGIN_ID, ICStatusConstants.INTERNAL_ERROR, message, null));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue