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. -
-
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(java.lang.Class<?> clazz)
Get the logger for the particular class.static Log
Log. getLog(java.lang.Class<?> clazz, java.lang.String instanceName)
Get the logger for the particular class.
-