public abstract class LogBase extends Object
| Constructor and Description |
|---|
LogBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
abort() |
protected Boolean |
getError() |
protected Boolean |
getException() |
protected int |
getLevel() |
protected String |
getLevelIndention() |
LogBase |
getParent() |
protected String |
getResult() |
protected Boolean |
getWarning() |
void |
reset() |
protected void |
setError() |
protected void |
setException() |
protected abstract void |
SetFail() |
void |
setParent(LogBase fpParent) |
protected abstract void |
SetPass() |
protected void |
setWarning() |
protected abstract void SetFail()
protected abstract void SetPass()
public void setParent(LogBase fpParent)
protected void abort()
public void reset()
public LogBase getParent()
protected int getLevel()
protected String getLevelIndention()
protected void setWarning()
protected Boolean getWarning()
protected void setException()
protected Boolean getException()
protected void setError()
protected Boolean getError()
protected String getResult()
Copyright © 2017 OpenKeyWord. All rights reserved.