Skip navigation links

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

E17273-03


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

Packages that use ILog
oracle.stellent.wcm.common.io   
oracle.stellent.wcm.common.log   
oracle.stellent.wcm.common.log.impl   
oracle.stellent.wcm.common.log.jdk   
oracle.stellent.wcm.common.log.log4j   
oracle.stellent.wcm.common.log.simple   
oracle.stellent.wcm.common.utils   
oracle.stellent.wcm.core.definition.conversion   
oracle.stellent.wcm.core.project.structure   
oracle.stellent.wcm.javaee   
oracle.stellent.wcm.javaee.taglib   
oracle.stellent.wcm.javaee.utils   

 

Uses of ILog in oracle.stellent.wcm.common.io

 

Fields in oracle.stellent.wcm.common.io declared as ILog
protected static ILog StreamUtil.s_log
           

 

Methods in oracle.stellent.wcm.common.io with parameters of type ILog
static boolean FileUtils.assureDirectoryExists(java.io.File dir, ILog log)
          Make sure that the directory exists, creating it if necessary
static boolean FileUtils.assureDirectoryExists(java.lang.String dirPath, ILog log)
          Make sure that the directory exists, creating it if necessary

 

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

 

Methods in oracle.stellent.wcm.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 log object associated with the given name
static ILog LogFactory.getLog(java.lang.String name)
          Obtain the logging object via the provider

 

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

 

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

 

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

 

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

 

Methods in oracle.stellent.wcm.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.wcm.common.log.log4j

 

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

 

Methods in oracle.stellent.wcm.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.wcm.common.log.simple

 

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

 

Methods in oracle.stellent.wcm.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.wcm.common.utils

 

Fields in oracle.stellent.wcm.common.utils declared as ILog
protected  ILog LockDir.m_log
           

 

Uses of ILog in oracle.stellent.wcm.core.definition.conversion

 

Fields in oracle.stellent.wcm.core.definition.conversion declared as ILog
protected  ILog KeysDefinition.m_log
           
protected  ILog ConversionsDefinition.m_log
           

 

Uses of ILog in oracle.stellent.wcm.core.project.structure

 

Fields in oracle.stellent.wcm.core.project.structure declared as ILog
protected  ILog SectionTree.m_log
           

 

Uses of ILog in oracle.stellent.wcm.javaee

 

Fields in oracle.stellent.wcm.javaee declared as ILog
static ILog ServletApplicationFactory.s_log
           
protected static ILog ServletHelper.s_log
           

 

Uses of ILog in oracle.stellent.wcm.javaee.taglib

 

Fields in oracle.stellent.wcm.javaee.taglib declared as ILog
protected  ILog BaseTag.m_log
           

 

Uses of ILog in oracle.stellent.wcm.javaee.utils

 

Fields in oracle.stellent.wcm.javaee.utils declared as ILog
protected  ILog WCMMultipartIterator.log
           

 


Skip navigation links

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

E17273-03


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