Uses of Class
com.ibm.di.api.syslog.SystemLogAppender
-
Packages that use SystemLogAppender Package Description com.ibm.di.api.syslog 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 SystemLogAppender in com.ibm.di.api.syslog
Methods in com.ibm.di.api.syslog that return SystemLogAppender Modifier and Type Method Description static SystemLogAppender
LogUtils. getSystemLogAppender(Log aLog)
Searches the given Log object for the System Log Appender -
Uses of SystemLogAppender in com.ibm.di.log
Methods in com.ibm.di.log that return SystemLogAppender Modifier and Type Method Description SystemLogAppender
TDILog4j. addSystemLogAppender(LogConfigItem lci, java.util.Map<java.lang.String,java.lang.Object> map)
-
Uses of SystemLogAppender in com.ibm.di.server
Methods in com.ibm.di.server that return SystemLogAppender Modifier and Type Method Description SystemLogAppender
Log. getSystemLog()
Returns the SystemLogAppender if any, in the Log.Methods in com.ibm.di.server with parameters of type SystemLogAppender Modifier and Type Method Description void
Log. setSystemLogAppender(SystemLogAppender tmp)
-