Uses of Interface
railo.commons.io.log.Log

Packages that use Log
railo.commons.io.log   
railo.commons.lang   
railo.runtime.search   
railo.runtime.search.lucene2.net   
railo.runtime.spooler   
railo.runtime.type.scope   
railo.runtime.type.scope.client   
railo.runtime.type.scope.session   
railo.runtime.type.scope.storage   
 

Uses of Log in railo.commons.io.log
 

Subinterfaces of Log in railo.commons.io.log
 interface LogAndSource
          Contains a Log and the source from where is loaded
 

Classes in railo.commons.io.log that implement Log
 class LogAndSourceImpl
           
 class LogConsole
          log for Console
 class LogDataSource
          Datasource output logger TODO impl
 class LogFile
          Simple Logger to log data to a file
 class LogResource
          Simple Logger to log data to a file
 

Methods in railo.commons.io.log that return Log
 Log LogAndSourceImpl.getLog()
           
 Log LogAndSource.getLog()
           
 

Constructors in railo.commons.io.log with parameters of type Log
LogAndSourceImpl(Log log, String source)
           
 

Uses of Log in railo.commons.lang
 

Constructors in railo.commons.lang with parameters of type Log
LogClassLoader(ClassLoader cl, Log log)
           
 

Uses of Log in railo.runtime.search
 

Methods in railo.runtime.search that return Log
 Log SearchCollectionSupport.getLogger()
           
 Log SearchCollectionSupport2.getLogger()
           
 Log SearchCollection.getLogger()
           
 

Uses of Log in railo.runtime.search.lucene2.net
 

Methods in railo.runtime.search.lucene2.net with parameters of type Log
static StringBuffer WebCrawler._parseItem(Log log, org.apache.lucene.index.IndexWriter writer, String root, URL url, List urlsDone, String[] extensions, boolean recurse, int deep, long timeout)
           
 

Uses of Log in railo.runtime.spooler
 

Methods in railo.runtime.spooler with parameters of type Log
 void SpoolerEngineImpl.setLog(Log log)
           
 

Constructors in railo.runtime.spooler with parameters of type Log
SpoolerEngineImpl(Config config, Resource persisDirectory, String label, Log log, int maxThreads)
           
 

Uses of Log in railo.runtime.type.scope
 

Methods in railo.runtime.type.scope with parameters of type Log
static void ScopeContext.error(Log log, String msg)
           
static void ScopeContext.error(Log log, Throwable t)
           
static void ScopeContext.info(Log log, String msg)
           
 

Uses of Log in railo.runtime.type.scope.client
 

Methods in railo.runtime.type.scope.client with parameters of type Log
static ClientPlus ClientMemory.getInstance(PageContext pc, Log log)
          load a new instance of the class
static ClientPlus ClientDatasource.getInstance(String datasourceName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static ClientPlus ClientFile.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static ClientPlus ClientCookie.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static ClientPlus ClientDatasource.getInstance(String datasourceName, PageContext pc, Log log, ClientPlus defaultValue)
           
static ClientPlus ClientCache.getInstance(String cacheName, String appName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static ClientPlus ClientCache.getInstance(String cacheName, String appName, PageContext pc, Log log, ClientPlus defaultValue)
           
 

Uses of Log in railo.runtime.type.scope.session
 

Methods in railo.runtime.type.scope.session with parameters of type Log
static SessionPlus SessionMemory.getInstance(PageContext pc, RefBoolean isNew, Log log)
          load a new instance of the class
static SessionPlus SessionFile.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static SessionPlus SessionDatasource.getInstance(String datasourceName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static SessionPlus SessionCookie.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static SessionPlus SessionDatasource.getInstance(String datasourceName, PageContext pc, Log log, SessionPlus defaultValue)
           
static SessionPlus SessionCache.getInstance(String cacheName, String appName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static SessionPlus SessionCache.getInstance(String cacheName, String appName, PageContext pc, Log log, SessionPlus defaultValue)
           
 

Uses of Log in railo.runtime.type.scope.storage
 

Methods in railo.runtime.type.scope.storage that return Log
 Log StorageScopeEngine._getLog()
           
 

Constructors in railo.runtime.type.scope.storage with parameters of type Log
StorageScopeEngine(CFMLFactoryImpl factory, Log log, StorageScopeCleaner[] cleaners)
           
 



Copyright © 2012 Railo