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 |
Modifier and Type | Method and Description |
---|---|
static Log |
Log.getLog(Class<?> clazz)
Get the logger for the particular class.
|
Constructor and Description |
---|
SearchResultsHandlerLoggingProxy(ResultsHandler origHandler,
Log log,
ConnectorOperationalContext operationalContext) |
Modifier and Type | Method and 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) |
Copyright © 2022. All rights reserved.