Package 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
-
Method Details
-
getLog
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
-