Uses of Class
de.fuberlin.wiwiss.d2rq.helpers.Logger

Packages that use Logger
de.fuberlin.wiwiss.d2rq   
de.fuberlin.wiwiss.d2rq.find   
de.fuberlin.wiwiss.d2rq.helpers   
de.fuberlin.wiwiss.d2rq.rdql   
 

Uses of Logger in de.fuberlin.wiwiss.d2rq
 

Subclasses of Logger in de.fuberlin.wiwiss.d2rq
 class MockLogger
          Mock implementation of the Logger class for unit testing.
 

Fields in de.fuberlin.wiwiss.d2rq declared as Logger
protected static Logger RDQLTestFramework.separator
           
protected static Logger RDQLTestFramework.logger
           
protected static Logger RDQLTestFramework.performanceLogger
           
protected static Logger RDQLTestFramework.rdqlLogger
           
protected static Logger RDQLTestFramework.differentLogger
           
protected static Logger RDQLTestFramework.differenceLogger
           
protected static Logger RDQLTestFramework.rsLogger
           
 

Uses of Logger in de.fuberlin.wiwiss.d2rq.find
 

Fields in de.fuberlin.wiwiss.d2rq.find declared as Logger
static Logger SQLResultSet.logger
           
static Logger SQLResultSet.separatorLogger
           
 

Uses of Logger in de.fuberlin.wiwiss.d2rq.helpers
 

Fields in de.fuberlin.wiwiss.d2rq.helpers declared as Logger
private static Logger Logger.instance
           
 

Methods in de.fuberlin.wiwiss.d2rq.helpers that return Logger
static Logger Logger.instance()
          Returns an instance of this class.
 

Methods in de.fuberlin.wiwiss.d2rq.helpers with parameters of type Logger
static void Logger.setInstance(Logger instance)
          Sets the instance.
 

Uses of Logger in de.fuberlin.wiwiss.d2rq.rdql
 

Fields in de.fuberlin.wiwiss.d2rq.rdql declared as Logger
(package private)  Logger ExpressionTest.translatedLogger