Skip navigation links

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

E17274-03


Uses of Interface
oracle.stellent.ridc.common.log.ILog

Packages that use ILog
oracle.stellent.ridc.common.log   
oracle.stellent.ridc.common.log.impl   
oracle.stellent.ridc.common.log.jdk   
oracle.stellent.ridc.common.log.log4j   
oracle.stellent.ridc.common.log.simple   
oracle.stellent.ridc.convenience.monitor   
oracle.stellent.ridc.convenience.usersecurity.impl   

 

Uses of ILog in oracle.stellent.ridc.common.log

 

Methods in oracle.stellent.ridc.common.log that return ILog
static ILog LogFactory.getLog(java.lang.Class type)
          Obtain the logging object via the provider
 ILog ILogProvider.getLog(java.lang.String name)
          Retrieve a ILog implementation associated with the given name (usually hierarchical, like a class name, with '.' notation)
static ILog LogFactory.getLog(java.lang.String name)
          Obtain the logging object via the provider

 

Uses of ILog in oracle.stellent.ridc.common.log.impl

 

Classes in oracle.stellent.ridc.common.log.impl that implement ILog
 class BaseLogSupport
          Base implementation for the ILog

 

Uses of ILog in oracle.stellent.ridc.common.log.jdk

 

Classes in oracle.stellent.ridc.common.log.jdk that implement ILog
 class JDKLog
           

 

Methods in oracle.stellent.ridc.common.log.jdk that return ILog
 ILog JDKProvider.getLog(java.lang.String name)
          Retrieve a log object associated with the given name

 

Uses of ILog in oracle.stellent.ridc.common.log.log4j

 

Classes in oracle.stellent.ridc.common.log.log4j that implement ILog
 class Log4jLog
           

 

Methods in oracle.stellent.ridc.common.log.log4j that return ILog
 ILog Log4jProvider.getLog(java.lang.String name)
          Retrieve a log object associated with the given name

 

Uses of ILog in oracle.stellent.ridc.common.log.simple

 

Classes in oracle.stellent.ridc.common.log.simple that implement ILog
 class SimpleLog
          Simple console logging

 

Methods in oracle.stellent.ridc.common.log.simple that return ILog
 ILog SimpleLogProvider.getLog(java.lang.String name)
          Retrieve a log object associated with the given name

 

Uses of ILog in oracle.stellent.ridc.convenience.monitor

 

Fields in oracle.stellent.ridc.convenience.monitor declared as ILog
protected  ILog ContentHistoryWatcher.m_log
           

 

Uses of ILog in oracle.stellent.ridc.convenience.usersecurity.impl

 

Fields in oracle.stellent.ridc.convenience.usersecurity.impl declared as ILog
protected  ILog AccessResolverSecurityGroups.m_log
           
protected  ILog ServiceCallUtils.m_log
           
protected  ILog UserSecurityGroupsCache.m_log
           
protected  ILog AccessResolverAccounts.m_log
           
protected  ILog AccessResolverAcl.m_log
           

 


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.