Uses of Class
org.identityconnectors.common.logging.Log
Packages that use Log
Package
Description
This package is responsible for providing logging to the Framework and
the Connectors.
-
Uses of Log in net.tirasa.connid.commons.scripted
Fields in net.tirasa.connid.commons.scripted declared as Log -
Uses of Log in org.identityconnectors.common.logging
Methods in org.identityconnectors.common.logging that return Log -
Uses of Log in org.identityconnectors.framework.impl.api
Constructors in org.identityconnectors.framework.impl.api with parameters of type LogModifierConstructorDescriptionSearchResultsHandlerLoggingProxy(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 LogModifier and TypeMethodDescriptionstatic voidSpiOperationLoggingUtil.logOpEntry(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName, Object... parameters) static voidSpiOperationLoggingUtil.logOpException(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName, RuntimeException e) static voidSpiOperationLoggingUtil.logOpExit(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName) static voidSpiOperationLoggingUtil.logOpExit(Log opLog, ConnectorOperationalContext opContext, Class<?> opClass, String methodName, Object returnValue)