Package org.eclipse.ecf.core.util
Class LogHelper
java.lang.Object
org.eclipse.ecf.core.util.LogHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getLogCode
(org.eclipse.core.runtime.IStatus status) static String
getLogMessage
(org.eclipse.core.runtime.IStatus status)
-
Constructor Details
-
LogHelper
public LogHelper()
-
-
Method Details
-
getLogCode
public static int getLogCode(org.eclipse.core.runtime.IStatus status) -
getLogMessage
- Parameters:
status
-- Returns:
- String the string version of the status
-