|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jason.core.AbstractService | +--jason.core.log.EmptyLog
Empty log implementation for avoiding to test if a log exist. It makes a simple output trace
Log
,
Serialized FormField Summary |
Fields inherited from class jason.core.AbstractService |
INITIALIZED, name, NOSTATE, serviceContext, STARTED, STOPPED |
Fields inherited from interface jason.core.Service |
ERROR_MESSAGE, INFORMATION_MESSAGE, VERBOSE_MESSAGE, WARNING_MESSAGE |
Constructor Summary | |
EmptyLog()
|
Method Summary | |
void |
addInfo(java.lang.String info)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jason.core.Service |
getBooleanProperty, getInfo, getIntProperty, getName, getProperty, getServiceState, getStringProperty, getType, getVersion, init, isEnabled, isOverride, isPrivate, isVerbose, manageRequest, restart, start, stop |
Constructor Detail |
public EmptyLog()
Method Detail |
public void addInfo(java.lang.String info)
addInfo
in interface Log
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |