Package ubic.basecode.util
Class StatusDebugLogger
java.lang.Object
ubic.basecode.util.StatusDebugLogger
- All Implemented Interfaces:
StatusViewer
- Author:
- Paul Pavlidis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Clear the status display.void
Print an error status messge.void
void
void
showProgress
(String message) void
showStatus
(String s) Print the status to the location appropriate for this application.void
showStatus
(String s, boolean callSuper) void
-
Constructor Details
-
StatusDebugLogger
public StatusDebugLogger()
-
-
Method Details
-
clear
public void clear()Description copied from interface:StatusViewer
Clear the status display. Implementers that do not write to GUI elements probably don't need to do anything.- Specified by:
clear
in interfaceStatusViewer
-
showError
Description copied from interface:StatusViewer
Print an error status messge.- Specified by:
showError
in interfaceStatusViewer
- Parameters:
s
-
-
showError
- Specified by:
showError
in interfaceStatusViewer
- Parameters:
e
-
-
showError
- Specified by:
showError
in interfaceStatusViewer
- Parameters:
e
-
-
showProgress
- Specified by:
showProgress
in interfaceStatusViewer
-
showStatus
Description copied from interface:StatusViewer
Print the status to the location appropriate for this application.- Specified by:
showStatus
in interfaceStatusViewer
- Parameters:
s
-
-
showStatus
- Specified by:
showStatus
in interfaceStatusViewer
- Parameters:
s
-callSuper
- set to false to suppress calling super.showStatus() (default is true)
-
showWarning
- Specified by:
showWarning
in interfaceStatusViewer
- Parameters:
s
-
-