Skip navigation links

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

E17274-01


oracle.stellent.ridc.common.log.simple
Class SimpleLogProvider

java.lang.Object
  extended by oracle.stellent.ridc.common.log.simple.SimpleLogProvider

All Implemented Interfaces:
ILogProvider

public class SimpleLogProvider
extends java.lang.Object
implements ILogProvider

Constructor Summary
SimpleLogProvider()
           

 

Method Summary
 ILog getLog(java.lang.String name)
          Retrieve a log object associated with the given name

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SimpleLogProvider

public SimpleLogProvider()

Method Detail

getLog

public ILog getLog(java.lang.String name)
Retrieve a log object associated with the given name
Specified by:
getLog in interface ILogProvider
Parameters:
name - the log name (usually hierarchical, like a class name, with '.' notation)
Returns:
the log object

Skip navigation links

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

E17274-01


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