Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


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(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

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


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