jason.core.log
Interface Log

All Superinterfaces:
Service
All Known Implementing Classes:
EmptyLog, LogImpl

public interface Log
extends Service

Log for activites

Since:
1.0
See Also:
Thread

Field Summary
 
Fields inherited from interface jason.core.Service
ERROR_MESSAGE, INFORMATION_MESSAGE, VERBOSE_MESSAGE, WARNING_MESSAGE
 
Method Summary
 void addInfo(java.lang.String info)
           
 
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
 

Method Detail

addInfo

public void addInfo(java.lang.String info)