Uses of Class
org.identityconnectors.common.logging.Log
-
Packages that use Log Package Description org.identityconnectors.common.logging This package is responsible for providing logging to the Framework and the Connectors.org.identityconnectors.framework.impl.api org.identityconnectors.framework.impl.api.local.operations -
-
Uses of Log in org.identityconnectors.common.logging
Methods in org.identityconnectors.common.logging that return Log Modifier and Type Method Description static Log
Log. getLog(Class<?> clazz)
Get the logger for the particular class. -
Uses of Log in org.identityconnectors.framework.impl.api
Constructors in org.identityconnectors.framework.impl.api with parameters of type Log Constructor Description SearchResultsHandlerLoggingProxy(ResultsHandler origHandler, Log log, ConnectorOperationalContext operationalContext)
-
Uses of Log in org.identityconnectors.framework.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type Log Modifier and Type Method Description static void
SpiOperationLoggingUtil. logOpEntry(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName, Object... parameters)
static void
SpiOperationLoggingUtil. logOpException(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName, RuntimeException e)
static void
SpiOperationLoggingUtil. logOpExit(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName)
static void
SpiOperationLoggingUtil. logOpExit(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName, Object returnValue)
-