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
Interface ILogProvider

All Known Implementing Classes:
JDKProvider, Log4jProvider, SimpleLogProvider

public interface ILogProvider

Provider object that creates log objects


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

 

Method Detail

getLog

ILog getLog(java.lang.String name)
Retrieve a log object associated with the given name
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.