SimpleLoggerpublic class MySystem extends Object
| Constructor and Description |
|---|
MySystem()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
dumpAllThreads()
Deprecated.
Dumps the current thread status for ALL groups.
|
static String |
dumpAllThreadsInGroup(ThreadGroup tg)
Deprecated.
Returns all the Thread output of a group as a string.
|
static void |
dumpMemory()
Deprecated.
replaced by
SimpleLogger.logMemoryStatus() |
static void |
event(String text)
Deprecated.
|
static void |
hourGlass()
Deprecated.
|
static void |
markerIn()
Deprecated.
replaced by
SimpleLogger.useMarkers() |
static void |
markerOut(String text)
Deprecated.
replaced by
SimpleLogger.useMarkers() |
static void |
message(String text)
Deprecated.
|
static void |
query(String sqlQuery)
Deprecated.
replaced by
SimpleLogger.query(String) |
static void |
query(String queryName,
Object sqlQuery)
Deprecated.
replaced by
SimpleLogger.query(String) |
static void |
setHourGlassWrap(int numberOfDots)
Deprecated.
|
static void |
toggleAll(boolean t)
Deprecated.
|
static void |
variable(Object[] array)
Deprecated.
|
static void |
variable(String statement)
Deprecated.
replaced by
SimpleLogger.variable(String) |
static void |
variable(String name,
Object value)
Deprecated.
|
static void |
variable(String name,
Object[] array)
Deprecated.
|
static void |
variableFormated(String string,
Object... parameters)
Deprecated.
|
static void |
warning(String text)
Deprecated.
|
static void |
warning(String statement,
Throwable throwable)
Deprecated.
|
static void |
warning(Throwable throwable)
Deprecated.
|
public static void toggleAll(boolean t)
public static void setHourGlassWrap(int numberOfDots)
public static void hourGlass()
public static void markerIn()
SimpleLogger.useMarkers()public static void markerOut(String text)
SimpleLogger.useMarkers()public static void query(String sqlQuery)
SimpleLogger.query(String)public static void query(String queryName, Object sqlQuery)
SimpleLogger.query(String)public static void variable(String statement)
SimpleLogger.variable(String)public static void variableFormated(String string, Object... parameters)
public static void variable(Object[] array)
public static void message(String text)
public static void event(String text)
public static void warning(String text)
public static void warning(Throwable throwable)
public static String dumpAllThreadsInGroup(ThreadGroup tg)
public static void dumpMemory()
SimpleLogger.logMemoryStatus()public static String dumpAllThreads()
Copyright © 2021. All rights reserved.