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 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
TDIJLog
Implements LogInterface for com.ibm.log.Loggerclass
TDILog4j
Implements LogInterface for org.apache.log4jclass
TDILogJUL
Implements 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 LogInterface
Log. 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 void
Log. addLogger(LogInterface logger)
Add a LogInterface to internal list of loggers.void
Log.InternalLogger. addLogger(LogInterface logger)
Adds the logger object to the collection of loggers.void
Log.InternalLogger. removeLogger(LogInterface logger)
Removes a logger from the collection.void
Log. removeLogger(LogInterface logger)
Remove a LogInterface from the internal list of loggers.AssemblyLine
RS. startAL(java.lang.String assemblyLine, java.lang.Object io, LogInterface logAppender)
Start named AssemblyLine providing a parameterAssemblyLine
RS. startAL(java.lang.String assemblyLine, java.lang.Object io, LogInterface logAppender, AssemblyLineConfig alc)
Start named AssemblyLine providing parametersSequence
RS. startSequence(java.lang.String name, java.lang.Object io, LogInterface logger)
Starts the Sequence with the given name
-