Skip navigation links

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

E17274-03


oracle.stellent.ridc.common.log.jdk
Class JDKProvider

java.lang.Object
  extended by oracle.stellent.ridc.common.log.jdk.JDKProvider

All Implemented Interfaces:
ILogProvider

public class JDKProvider
extends java.lang.Object
implements ILogProvider

Constructor Summary
JDKProvider()
           

 

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

JDKProvider

public JDKProvider()

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® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


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