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 Log
Configuration. getConfigurationLog()
Return the log to use for configuration messages.Log
ConfigurationImpl. getConfigurationLog()
Returns the logging channelopenjpa.Runtime
by default.Log
Configuration. getLog(String category)
Return the log for the given category.Log
ConfigurationImpl. getLog(String category)
Methods in org.apache.openjpa.lib.conf with parameters of type Log Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
AbstractLog
A simple implementation of theLog
interface.static class
CommonsLogFactory.LogAdapter
Adapts a commons logging log to theLog
interface.static class
Log4J2LogFactory.LogAdapter
Adapts a Log4J2 logger to theLog
interface.static class
Log4JLogFactory.LogAdapter
Adapts a Log4J logger to theLog
interface.class
LogFactoryImpl.LogImpl
A simple implementation of theLog
interface.static class
NoneLogFactory.NoneLog
No-op log.static class
SLF4JLogFactory.LogAdapter
Adapts a Log4J logger to theLog
interface.Methods in org.apache.openjpa.lib.log that return Log Modifier and Type Method Description Log
JULLogFactory. getLog(String channel)
Log
LogFactory. getLog(String channel)
Return a log for the given channel name.Log
LogFactoryAdapter. getLog(String channel)
Log
LogFactoryImpl. getLog(String channel)
Log
MultiLogFactory. getLog(String channel)
Returns a Log impl that combines all logs.Log
NoneLogFactory. getLog(String channel)
protected Log
CommonsLogFactory. newLogAdapter(String channel)
protected Log
Log4J2LogFactory. newLogAdapter(String channel)
protected Log
Log4JLogFactory. newLogAdapter(String channel)
protected abstract Log
LogFactoryAdapter. newLogAdapter(String channel)
Return a log adapter for the given channel.protected Log
SLF4JLogFactory. 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 Log
ClassAnnotationMetaDataFilter. getLog()
Log
XMLMetaDataParser. getLog()
The log to write to.Log
XMLMetaDataSerializer. getLog()
The log to write to.Methods in org.apache.openjpa.lib.meta with parameters of type Log Modifier and Type Method Description void
ClassAnnotationMetaDataFilter. setLog(Log _log)
void
XMLMetaDataParser. setLog(Log log)
The log to write to.void
XMLMetaDataSerializer. setLog(Log log)
The log to write to.
-