Package edu.sc.seis.TauP
Class Alert
java.lang.Object
edu.sc.seis.TauP.Alert
Displays a message to the user depending on whether there is a GUI or not.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidSimple proxy method so don't have System.err.println scattered in code.static voidstatic voidstatic voidsetGUI(boolean newGUI) static voidstatic voidstatic void
-
Method Details
-
info
-
warning
-
warning
-
error
-
debug
Simple proxy method so don't have System.err.println scattered in code.- Parameters:
message- message to print
-
setGUI
public static void setGUI(boolean newGUI) -
warning
-