Uses of Interface
com.ibm.di.log.LogInterface

Packages that use LogInterface
com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. 
com.ibm.di.connector Provides classes for the Directory Integrator's connectors. 
com.ibm.di.log Provides looging classes for the Tivoli Directory Integrator. 
com.ibm.di.server Provides classes for the Tivoli Directory Integrator core engine. 
 

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

Classes in com.ibm.di.api.local.impl that implement LogInterface
 class LogListenerAdapter
          Adapt the local API's log listener interface to the log interface of the Server.
 

Uses of LogInterface in com.ibm.di.connector
 

Methods in com.ibm.di.connector that return LogInterface
 LogInterface LogConnector.getLogger()
          Returns the LogInterface we are logging to
 

Uses of LogInterface in com.ibm.di.log
 

Classes in com.ibm.di.log that implement LogInterface
 class TDIJLog
          Implements LogInterface for com.ibm.log.Logger
 class TDILog4j
          Implements LogInterface for org.apache.log4j
 class TDILogJUL
          Implements LogInterface for org.apache.log4j
 

Uses of LogInterface in com.ibm.di.server
 

Methods in com.ibm.di.server that return LogInterface
 LogInterface Log.getClassLogger(String className)
          Returns a LogInterface with the given class Name.
 

Methods in com.ibm.di.server with parameters of type LogInterface
 void Log.addLogger(LogInterface logger)
          Add a LogInterface to internal list of loggers.
 void Log.removeLogger(LogInterface logger)
          Remove a LogInterface from the internal list of loggers.
 AssemblyLine RS.startAL(String assemblyLine, Object io, LogInterface logAppender)
          Start named AssemblyLine providing a parameter
 Sequence RS.startSequence(String name, Object io, LogInterface logger)
          Starts the Sequence with the given name