public class Log extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clearError() |
void |
debug(String name,
String string) |
protected void |
finalize() |
void |
flushErrors() |
String |
getErrors() |
static Log |
getInstance() |
protected String |
getTrace(Throwable e) |
static void |
initInstance(PrintWriter out) |
static void |
initInstance(PrintWriter out,
PrintWriter error) |
static boolean |
isInstantiated() |
void |
log(String message) |
void |
logERROR(String message) |
void |
logERROR(String message,
String graphid,
String relid) |
void |
logERROR(Throwable e) |
void |
logSYS(String message) |
void |
logWARNING(String message) |
void |
logWARNING(String message,
String diagramName) |
void |
logWARNING(String message,
String diagramName,
String entity) |
static void |
main(String[] args) |
void |
println(String arg) |
public void log(String message)
public void clearError()
public void logERROR(Throwable e)
public void logWARNING(String message)
public void logERROR(String message)
public void logSYS(String message)
public void println(String arg)
public String getErrors()
protected void finalize()
throws Throwable
public void flushErrors()
public static void initInstance(PrintWriter out)
public static void initInstance(PrintWriter out, PrintWriter error)
public static boolean isInstantiated()
public static Log getInstance()
public static void main(String[] args)
Copyright © 2012. All Rights Reserved.