Class ServerConsole
- java.lang.Object
-
- org.gcube.resourcemanagement.support.server.utils.ServerConsole
-
public class ServerConsole extends Object
- Author:
- Daniele Strollo (ISTI-CNR)
-
-
Constructor Summary
Constructors Constructor Description ServerConsole()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebug(String msg)static voiddebug(String prefix, String msg)static voiderror(String prefix, String msg)static voiderror(String prefix, String msg, Throwable exc)static voiderror(String prefix, Throwable exc)static voidinfo(String prefix, String msg)static voidtrace(String msg)static voidtrace(String prefix, String msg)static voidwarn(String msg)static voidwarn(String prefix, String msg)static voidwarn(String prefix, String msg, Throwable exc)
-