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


Copyright © 2008-2009 Oracle Corporation. All Rights Reserved.