Uses of Interface
org.apache.openjpa.lib.log.Log

Packages that use Log
org.apache.openjpa.lib.conf Configuration Framework 
org.apache.openjpa.lib.jdbc Database Connectivity 
org.apache.openjpa.lib.log Logging 
org.apache.openjpa.lib.meta Metadata Framework 
 

Uses of Log in org.apache.openjpa.lib.conf
 

Methods in org.apache.openjpa.lib.conf that return Log
 Log ConfigurationImpl.getConfigurationLog()
          Returns the logging channel openjpa.Runtime by default.
 Log Configuration.getConfigurationLog()
          Return the log to use for configuration messages.
 Log ConfigurationImpl.getLog(java.lang.String category)
           
 Log Configuration.getLog(java.lang.String category)
          Return the log for the given category.
 

Methods in org.apache.openjpa.lib.conf with parameters of type Log
protected  void MapConfigurationProvider.setInto(Configuration conf, Log log)
          Set properties into configuration.
 

Uses of Log in org.apache.openjpa.lib.jdbc
 

Methods in org.apache.openjpa.lib.jdbc that return Log
 Log DataSourceLogs.getJDBCLog()
          The log to write JDBC messages to.
 Log DataSourceLogs.getSQLLog()
          The log to write SQL messages to.
 

Methods in org.apache.openjpa.lib.jdbc with parameters of type Log
 void DataSourceLogs.setJDBCLog(Log log)
          The log to write JDBC messages to.
 void DataSourceLogs.setSQLLog(Log log)
          The log to write SQL messages to.
 

Constructors in org.apache.openjpa.lib.jdbc with parameters of type Log
DataSourceLogs(Log jdbcLog, Log sqlLog)
           
 

Uses of Log in org.apache.openjpa.lib.log
 

Classes in org.apache.openjpa.lib.log that implement Log
 class AbstractLog
          A simple implementation of the Log interface.
static class CommonsLogFactory.LogAdapter
          Adapts a commons logging log to the Log interface.
static class Log4JLogFactory.LogAdapter
          Adapts a Log4J logger to the Log interface.
 class LogFactoryImpl.LogImpl
          A simple implementation of the Log interface.
static class NoneLogFactory.NoneLog
          No-op log.
 

Methods in org.apache.openjpa.lib.log that return Log
 Log NoneLogFactory.getLog(java.lang.String channel)
           
 Log LogFactory.getLog(java.lang.String channel)
          Return a log for the given channel name.
 Log MultiLogFactory.getLog(java.lang.String channel)
          Returns a Log impl that combines all logs.
 Log LogFactoryAdapter.getLog(java.lang.String channel)
           
 Log LogFactoryImpl.getLog(java.lang.String channel)
           
protected  Log CommonsLogFactory.newLogAdapter(java.lang.String channel)
           
protected abstract  Log LogFactoryAdapter.newLogAdapter(java.lang.String channel)
          Return a log adapter for the given channel.
protected  Log Log4JLogFactory.newLogAdapter(java.lang.String channel)
           
 

Constructors in org.apache.openjpa.lib.log with parameters of type Log
LogOutputStream(Log log, int level)
          Constructor.
 

Uses of Log in org.apache.openjpa.lib.meta
 

Methods in org.apache.openjpa.lib.meta that return Log
 Log XMLMetaDataSerializer.getLog()
          The log to write to.
 Log XMLMetaDataParser.getLog()
          The log to write to.
 Log ClassAnnotationMetaDataFilter.getLog()
           
 

Methods in org.apache.openjpa.lib.meta with parameters of type Log
 void XMLMetaDataSerializer.setLog(Log log)
          The log to write to.
 void XMLMetaDataParser.setLog(Log log)
          The log to write to.
 void ClassAnnotationMetaDataFilter.setLog(Log _log)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.