public static class PraqmaLogger.Logger extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
all |
boolean |
enabled |
List<String> |
exclude |
List<String> |
include |
| Constructor and Description |
|---|
Logger() |
| Modifier and Type | Method and Description |
|---|---|
String |
debug(Object msg) |
void |
disable() |
String |
empty(Object msg) |
void |
enable() |
void |
enableTrace() |
String |
error(Object msg) |
String |
exceptionWarning(Object msg) |
PrintWriter |
getLocalLog() |
String |
getPath() |
String |
info(Object msg) |
boolean |
isExcluded(String name) |
boolean |
isIncluded(String name) |
String |
log(Object msg) |
String |
log(Object msg,
String type) |
void |
print(Object msg) |
void |
setLocalLog(File log) |
void |
subscribe(String s) |
void |
subscribeAll() |
String |
toString() |
void |
trace_function() |
void |
unsubscribeAll() |
String |
warning(Object msg) |
public void setLocalLog(File log)
public PrintWriter getLocalLog()
public void subscribe(String s)
public void subscribeAll()
public void unsubscribeAll()
public boolean isExcluded(String name)
public boolean isIncluded(String name)
public void disable()
public void enable()
public void enableTrace()
public String getPath()
public void print(Object msg)
public void trace_function()
Copyright © 2018. All rights reserved.