| Package | Description | 
|---|---|
| oracle.adfinternal.model.logging.contextual | 
   The main goal of this Contextual Logging Framework is to
   help applications that need to log actions, events and/or data using one
   single logger throughout an entire logical flow instead of the most common
   approach where each class declares and uses its own private, static and
   constant logger instance, which will normally be named after the declaring
   class itself. | 
| Modifier and Type | Method and Description | 
|---|---|
| LogDomain<L> | ContextualLoggingManager. getDomain()Get the logging domain managed by this manager. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <L extends BasicContextualLogger>  | ContextualLoggingManager. getInstance(LogDomain<L> domain)Get the right manager instance for the given domain. |