Uses of Interface
org.apache.openjpa.lib.log.Log
-
Packages that use Log Package Description org.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.lib.jdbc Database Connectivityorg.apache.openjpa.lib.log Loggingorg.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 Modifier and Type Method Description LogConfiguration. getConfigurationLog()Return the log to use for configuration messages.LogConfigurationImpl. getConfigurationLog()Returns the logging channelopenjpa.Runtimeby default.LogConfiguration. getLog(String category)Return the log for the given category.LogConfigurationImpl. getLog(String category)Methods in org.apache.openjpa.lib.conf with parameters of type Log Modifier and Type Method Description static ObjectConfigurations. lookup(String name, String userKey, Log log)Looks up the given name in JNDI.protected voidMapConfigurationProvider. 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 Modifier and Type Method Description LogDataSourceLogs. getJDBCLog()The log to write JDBC messages to.LogDataSourceLogs. getSQLLog()The log to write SQL messages to.Methods in org.apache.openjpa.lib.jdbc with parameters of type Log Modifier and Type Method Description voidDataSourceLogs. setJDBCLog(Log log)The log to write JDBC messages to.voidDataSourceLogs. 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 Modifier and Type Class Description classAbstractLogA simple implementation of theLoginterface.static classCommonsLogFactory.LogAdapterAdapts a commons logging log to theLoginterface.static classLog4J2LogFactory.LogAdapterAdapts a Log4J2 logger to theLoginterface.static classLog4JLogFactory.LogAdapterAdapts a Log4J logger to theLoginterface.classLogFactoryImpl.LogImplA simple implementation of theLoginterface.static classNoneLogFactory.NoneLogNo-op log.static classSLF4JLogFactory.LogAdapterAdapts a Log4J logger to theLoginterface.Methods in org.apache.openjpa.lib.log that return Log Modifier and Type Method Description LogJULLogFactory. getLog(String channel)LogLogFactory. getLog(String channel)Return a log for the given channel name.LogLogFactoryAdapter. getLog(String channel)LogLogFactoryImpl. getLog(String channel)LogMultiLogFactory. getLog(String channel)Returns a Log impl that combines all logs.LogNoneLogFactory. getLog(String channel)protected LogCommonsLogFactory. newLogAdapter(String channel)protected LogLog4J2LogFactory. newLogAdapter(String channel)protected LogLog4JLogFactory. newLogAdapter(String channel)protected abstract LogLogFactoryAdapter. newLogAdapter(String channel)Return a log adapter for the given channel.protected LogSLF4JLogFactory. newLogAdapter(String channel)Constructors in org.apache.openjpa.lib.log with parameters of type Log Constructor Description 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 Modifier and Type Method Description LogClassAnnotationMetaDataFilter. getLog()LogXMLMetaDataParser. getLog()The log to write to.LogXMLMetaDataSerializer. getLog()The log to write to.Methods in org.apache.openjpa.lib.meta with parameters of type Log Modifier and Type Method Description voidClassAnnotationMetaDataFilter. setLog(Log _log)voidXMLMetaDataParser. setLog(Log log)The log to write to.voidXMLMetaDataSerializer. setLog(Log log)The log to write to.
-