jason.core.log
Class EmptyLog

java.lang.Object
  |
  +--jason.core.AbstractService
        |
        +--jason.core.log.EmptyLog
All Implemented Interfaces:
Log, java.io.Serializable, Service, ServiceDataListener

public class EmptyLog
extends AbstractService
implements Log

Empty log implementation for avoiding to test if a log exist. It makes a simple output trace

Since:
1.0
See Also:
Log, Serialized Form

Field 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 jason.core.AbstractService
actionForStart, checkForContext, fireCriticalErrorDetected, getBooleanProperty, getInfo, getIntProperty, getName, getPropertiesName, getProperty, getServiceContext, getServiceState, getState, getStringProperty, getType, getVersion, hasServiceContext, init, isAutoStop, isEnabled, isInitialized, isOverride, isPersistent, isPrivate, isProcessable, isStarted, isStopped, isTest, isThreadable, isVerbose, manageRequest, manageRequestForType, notifyData, notifyInitReady, notifyStartReady, notifyStopReady, postStop, restart, run, sendCustomMessage, sendErrorMessage, sendInformationMessage, sendInnerError, sendWarningMessage, setAutoStop, setEnabled, setName, setPersistent, setPrivate, setProperty, setServiceContext, setTest, setType, setVerbose, setVersion, start, stop
 
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

EmptyLog

public EmptyLog()
Method Detail

addInfo

public void addInfo(java.lang.String info)
Specified by:
addInfo in interface Log