Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.common.log.log4j
Class Log4jProvider

java.lang.Object
  extended by oracle.stellent.wcm.common.log.log4j.Log4jProvider

All Implemented Interfaces:
ILogProvider

public class Log4jProvider
extends java.lang.Object
implements ILogProvider

Constructor Summary
Log4jProvider()
           

 

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

Log4jProvider

public Log4jProvider()

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 Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


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