Uses of Interface
com.ibm.di.api.local.LogListener

Packages that use LogListener
com.ibm.di.api.local Provides interfaces for managing the local session of the server API. 
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
 

Uses of LogListener in com.ibm.di.api.local
 

Subinterfaces of LogListener in com.ibm.di.api.local
 interface AssemblyLineListener
          This listener listens for AssemblyLine events.
 

Methods in com.ibm.di.api.local with parameters of type LogListener
 void ConfigInstance.addLogListener(LogListener listener)
          Register listener for messages logged by this configuration instance.
 void ConfigInstance.removeLogListener(LogListener listener)
           Unregister listener for messages logged by this configuration instance.
 ConfigInstance Session.startConfigInstance(java.lang.String configPathOrSolutionName, boolean keepAlive, java.lang.String password, java.lang.String runName, java.lang.String overrideProps, LogListener logListener)
          Starts a new Config Instance on the Server with the configuration given.
 ConfigInstance Session.startTempConfigInstance(java.lang.String xmlConfig, boolean keepAlive, java.lang.String runName, java.lang.String overrideProps, LogListener logListener)
          Start a configuration instance which has no associated configuration file.
 

Uses of LogListener in com.ibm.di.api.local.impl
 

Methods in com.ibm.di.api.local.impl with parameters of type LogListener
 void ConfigInstanceImpl.addLogListener(LogListener listener)
          Register listener for messages logged by this configuration instance.
 void ConfigInstanceImpl.removeLogListener(LogListener listener)
           Unregister listener for messages logged by this configuration instance.
 ConfigInstance SessionImpl.startConfigInstance(java.lang.String configPathOrSolutionName, boolean keepAlive, java.lang.String password, java.lang.String runName, java.lang.String overrideProps, LogListener logListener)
          Starts a new Config Instance on the Server with the configuration given.
 ConfigInstance SessionImpl.startTempConfigInstance(java.lang.String xmlConfig, boolean keepAlive, java.lang.String runName, java.lang.String overrideProps, LogListener logListener)
          Start a configuration instance which has no associated configuration file.
 

Constructors in com.ibm.di.api.local.impl with parameters of type LogListener
LogListenerAdapter(LogListener logListener, Log log, java.text.Format logMsgFormat)
          Constructor