|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.util.Log
public class Log
Logging utility for debugging purposes.
| Constructor Summary | |
|---|---|
Log()
|
|
| Method Summary | |
|---|---|
static void |
debug(String module,
String msg)
----------------------------------------------------------------- |
static void |
err(String module,
String msg)
----------------------------------------------------------------- |
static void |
err(String module,
String msg,
Exception e)
----------------------------------------------------------------- |
static void |
log(String module,
String msg)
----------------------------------------------------------------- |
static void |
perf(String module,
String msg)
----------------------------------------------------------------- |
static void |
setConsoleOutput(boolean console)
----------------------------------------------------------------- |
static void |
setLogFile(String filename)
----------------------------------------------------------------- |
static void |
setLogLevel(int level)
----------------------------------------------------------------- |
static void |
warn(String module,
String msg)
----------------------------------------------------------------- |
static void |
warn(String module,
String msg,
Exception e)
----------------------------------------------------------------- |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Log()
| Method Detail |
|---|
public static void setLogLevel(int level)
public static void setLogFile(String filename)
public static void setConsoleOutput(boolean console)
public static void log(String module,
String msg)
public static void debug(String module,
String msg)
public static void perf(String module,
String msg)
public static void err(String module,
String msg)
public static void err(String module,
String msg,
Exception e)
public static void warn(String module,
String msg)
public static void warn(String module,
String msg,
Exception e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||