Package org.eclipse.ecf.core.util
Class LogHelper
- java.lang.Object
- 
- org.eclipse.ecf.core.util.LogHelper
 
- 
 public class LogHelper extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description LogHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetLogCode(org.eclipse.core.runtime.IStatus status)static StringgetLogMessage(org.eclipse.core.runtime.IStatus status)
 
- 
- 
- 
Method Detail- 
getLogCodepublic static int getLogCode(org.eclipse.core.runtime.IStatus status) 
 - 
getLogMessagepublic static String getLogMessage(org.eclipse.core.runtime.IStatus status) - Parameters:
- status-
- Returns:
- String the string version of the status
 
 
- 
 
-