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   
railo.runtime.type.scope.storage.db   
 

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 Client ClientMemory.getInstance(PageContext pc, Log log)
          load a new instance of the class
static Client ClientDatasource.getInstance(String datasourceName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static Client ClientFile.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static Client ClientCookie.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static Client ClientDatasource.getInstance(String datasourceName, PageContext pc, Log log, Client defaultValue)
           
static Client ClientCache.getInstance(String cacheName, String appName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static Client ClientCache.getInstance(String cacheName, String appName, PageContext pc, Log log, Client defaultValue)
           
 

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

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

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

Methods in railo.runtime.type.scope.storage.db with parameters of type Log
 void SQLExecutor.clean(Config config, DatasourceConnection dc, int type, StorageScopeEngine engine, DatasourceStorageScopeCleaner cleaner, StorageScopeListener listener, Log log)
           
 void MSSQL.clean(Config config, DatasourceConnection dc, int type, StorageScopeEngine engine, DatasourceStorageScopeCleaner cleaner, StorageScopeListener listener, Log log)
           
 void Ansi92.clean(Config config, DatasourceConnection dc, int type, StorageScopeEngine engine, DatasourceStorageScopeCleaner cleaner, StorageScopeListener listener, Log log)
           
 void MySQL.clean(Config config, DatasourceConnection dc, int type, StorageScopeEngine engine, DatasourceStorageScopeCleaner cleaner, StorageScopeListener listener, Log log)
           
 void SQLExecutor.delete(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log)
          deletes the data in the datasource for a specific user (CFID), if there is no data for this user nothing is happeing
 void MSSQL.delete(Config config, String cfid, String appName, DatasourceConnection dc, int type, Log log)
           
 void Ansi92.delete(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log)
           
 void MySQL.delete(Config config, String cfid, String appName, DatasourceConnection dc, int type, Log log)
           
 Query SQLExecutor.select(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log, boolean createTableIfNotExist)
          does a select statement on the datasource to get data
 Query MSSQL.select(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log, boolean createTableIfNotExist)
           
 Query Ansi92.select(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log, boolean createTableIfNotExist)
           
 Query MySQL.select(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Log log, boolean createTableIfNotExist)
           
 void SQLExecutor.update(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Struct data, long timeSpan, Log log)
          updates the data in the datasource for a specific user (CFID), if the data not exist, a new record is created
 void MSSQL.update(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Struct data, long timeSpan, Log log)
           
 void Ansi92.update(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Struct data, long timeSpan, Log log)
           
 void MySQL.update(Config config, String cfid, String applicationName, DatasourceConnection dc, int type, Struct data, long timeSpan, Log log)
           
 



Copyright © 2012 Railo