JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
12
c
(12.2.1)
E48126-01
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
oracle.stellent.ridc.common.log
Interface ILogProvider
All Known Implementing Classes:
JDKProvider
,
Log4jProvider
,
SimpleLogProvider
public interface
ILogProvider
Interface for a factory that creates ILog implementations
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
ILog
getLog
(
String
name)
Retrieve a ILog implementation associated with the given name (usually hierarchical, like a class name, with '.' notation)
Method Detail
getLog
ILog
getLog(
String
name)
Retrieve a ILog implementation associated with the given name (usually hierarchical, like a class name, with '.' notation)
Parameters:
name
- the log name
Returns:
the ILog implementation
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
12
c
(12.2.1)
E48126-01
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.