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

Packages that use Log
org.apache.openjpa.lib.conf Configuration Framework This package provides an extendable product configuration framework. 
org.apache.openjpa.lib.jdbc Database Connectivity Includes an implementation of the DataSource APIs around a normal JDBC 1.x driver. 
org.apache.openjpa.lib.log Logging This package provides a lightweight logging interface, a simple implementation that writes logging output to the console and allows for basic log configuration, and plug-ins for the Apache Commons Logging and the Apache Log4J frameworks. 
org.apache.openjpa.lib.meta Metadata Framework Extendable framework for metadata parsing and serializing. 
 

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(String category)
           
 Log Configuration.getLog(String category)
          Return the log for the given category.
 

Methods in org.apache.openjpa.lib.conf with parameters of type Log
static Object Configurations.lookup(String name, String userKey, Log log)
          Looks up the given name in JNDI.
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.
 

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.
static class SLF4JLogFactory.LogAdapter
          Adapts a Log4J logger to the Log interface.
 

Methods in org.apache.openjpa.lib.log that return Log
 Log NoneLogFactory.getLog(String channel)
           
 Log MultiLogFactory.getLog(String channel)
          Returns a Log impl that combines all logs.
 Log LogFactoryImpl.getLog(String channel)
           
 Log LogFactoryAdapter.getLog(String channel)
           
 Log LogFactory.getLog(String channel)
          Return a log for the given channel name.
protected  Log SLF4JLogFactory.newLogAdapter(String channel)
           
protected abstract  Log LogFactoryAdapter.newLogAdapter(String channel)
          Return a log adapter for the given channel.
protected  Log Log4JLogFactory.newLogAdapter(String channel)
           
protected  Log CommonsLogFactory.newLogAdapter(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–2015 Apache Software Foundation. All rights reserved.