Uses of Interface
com.ibm.di.log.LogInterface
-
Packages that use LogInterface Package Description 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 Security Verify Directory Integrator.com.ibm.di.server Provides classes for the Security Verify 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 Modifier and Type Class Description classLogListenerAdapterAdapt 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 Modifier and Type Method Description LogInterfaceLogConnector. 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 Modifier and Type Class Description classTDIJLogImplements LogInterface for com.ibm.log.LoggerclassTDILog4jImplements LogInterface for org.apache.log4jclassTDILogJULImplements LogInterface for java.util.logging -
Uses of LogInterface in com.ibm.di.server
Methods in com.ibm.di.server that return LogInterface Modifier and Type Method Description LogInterfaceLog. getClassLogger(java.lang.String className)Returns a LogInterface with the given class Name.Methods in com.ibm.di.server with parameters of type LogInterface Modifier and Type Method Description voidLog. addLogger(LogInterface logger)Add a LogInterface to internal list of loggers.voidLog.InternalLogger. addLogger(LogInterface logger)Adds the logger object to the collection of loggers.voidLog.InternalLogger. removeLogger(LogInterface logger)Removes a logger from the collection.voidLog. removeLogger(LogInterface logger)Remove a LogInterface from the internal list of loggers.AssemblyLineRS. startAL(java.lang.String assemblyLine, java.lang.Object io, LogInterface logAppender)Start named AssemblyLine providing a parameterAssemblyLineRS. startAL(java.lang.String assemblyLine, java.lang.Object io, LogInterface logAppender, AssemblyLineConfig alc)Start named AssemblyLine providing parametersSequenceRS. startSequence(java.lang.String name, java.lang.Object io, LogInterface logger)Starts the Sequence with the given name
-