Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


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
 ILog getLog(java.lang.String name)
          Retrieve a ILog implementation associated with the given name (usually hierarchical, like a class name, with '.' notation)

 

Method Detail

getLog

ILog getLog(java.lang.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

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.