Package com.spun.util
Class MySystem
java.lang.Object
com.spun.util.MySystem
public class MySystem extends Object
Deprecated.
-
Constructor Summary
Constructors Constructor Description MySystem()Deprecated. -
Method Summary
Modifier and Type Method Description static StringdumpAllThreads()Deprecated.Dumps the current thread status for ALL groups.static StringdumpAllThreadsInGroup(ThreadGroup tg)Deprecated.Returns all the Thread output of a group as a string.static voiddumpMemory()Deprecated.replaced bySimpleLogger.logMemoryStatus()static voidevent(String text)Deprecated.static voidhourGlass()Deprecated.static voidmarkerIn()Deprecated.replaced bySimpleLogger.useMarkers()static voidmarkerOut(String text)Deprecated.replaced bySimpleLogger.useMarkers()static voidmessage(String text)Deprecated.static voidquery(String sqlQuery)Deprecated.replaced bySimpleLogger.query(String)static voidquery(String queryName, Object sqlQuery)Deprecated.replaced bySimpleLogger.query(String)static voidsetHourGlassWrap(int numberOfDots)Deprecated.static voidtoggleAll(boolean t)Deprecated.static voidvariable(Object[] array)Deprecated.static voidvariable(String statement)Deprecated.replaced bySimpleLogger.variable(String)static voidvariable(String name, Object value)Deprecated.static voidvariable(String name, Object[] array)Deprecated.static voidvariableFormated(String string, Object... parameters)Deprecated.static voidwarning(String text)Deprecated.static voidwarning(String statement, Throwable throwable)Deprecated.static voidwarning(Throwable throwable)Deprecated.
-
Constructor Details
-
MySystem
public MySystem()Deprecated.
-
-
Method Details
-
toggleAll
public static void toggleAll(boolean t)Deprecated. -
setHourGlassWrap
public static void setHourGlassWrap(int numberOfDots)Deprecated. -
hourGlass
public static void hourGlass()Deprecated. -
markerIn
public static void markerIn()Deprecated.replaced bySimpleLogger.useMarkers() -
markerOut
Deprecated.replaced bySimpleLogger.useMarkers() -
query
Deprecated.replaced bySimpleLogger.query(String) -
query
Deprecated.replaced bySimpleLogger.query(String) -
variable
Deprecated.replaced bySimpleLogger.variable(String) -
variableFormated
Deprecated. -
variable
Deprecated. -
variable
Deprecated. -
variable
Deprecated. -
message
Deprecated. -
event
Deprecated. -
warning
Deprecated. -
warning
Deprecated. -
warning
Deprecated. -
dumpAllThreadsInGroup
Deprecated.Returns all the Thread output of a group as a string.- Returns:
- A List of The thread, and if it is alive and/or interrupted.
-
dumpMemory
public static void dumpMemory()Deprecated.replaced bySimpleLogger.logMemoryStatus() -
dumpAllThreads
Deprecated.Dumps the current thread status for ALL groups.
-
SimpleLogger