| Modifier and Type | Method and Description |
|---|---|
static Logger |
LogHelperEnhancer.getLogger()
Return the logger for the enhancer component
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LogHelperModel.getLogger()
Return the logger for the model component
|
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
JDOEJB11HelperImpl.logger |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LogHelperEntityInternal.getLogger()
Return the logger for the entity internal component
|
static Logger |
LogHelperEntityFinder.getLogger()
Return the logger for the entity finder component
|
static Logger |
LogHelperEntityLifecycle.getLogger()
Return the logger for the entity lifecycle component
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LogHelperCmpCompiler.getLogger()
Return the logger for the codegen component
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LogHelperEJBCompiler.getLogger()
Return the logger for the ejbc component
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LogHelperQueryCompilerEJB.getLogger()
Return the logger for the sqlstore component
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LogHelperSQLStore.getLogger()
Return the logger for the sqlstore component
|
static Logger |
LogHelperStateManager.getLogger()
Return the logger for the sqlstore component
|
static Logger |
LogHelperPersistenceManager.getLogger()
Return the logger for the sqlstore component
|
static Logger |
LogHelperTransaction.getLogger()
Return the logger for the sqlstore component
|
static Logger |
LogHelperSQLStore.getSqlLogger() |
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
ConfigCacheImpl.logger
The logger.
|
protected static Logger |
FieldDesc.logger
The logger.
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LogHelperQueryExecute.getLogger()
Return the logger for the sqlstore component
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LogHelperQueryCompilerJDO.getLogger()
Return the logger for the sqlstore component
|
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
ConcurrencyDBNative.logger
The logger
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LogHelperUtility.getLogger()
Return the logger for this component
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLogger
This class provides a default implementation of the
com.sun.jdo.spi.persistence.utility.logging.Logger interface which
implements most methods and/or delegates them to a few
abstract methods which subclasses must override.
|
class |
LoggerJDK13
This class provides an implementation of the
com.sun.jdo.spi.persistence.utility.Logger interface which
subclasses the AbstractLogger and provides an implementation of
its abstract methods which logs to a PrintStream (System.out).
|
class |
LoggerJDK14
This class is used with JDK 1.4 (and higher) programs to log messages from
jdo components.
|
| Modifier and Type | Method and Description |
|---|---|
protected Logger |
LoggerFactoryJDK14.createLogger(String absoluteLoggerName,
String bundleName,
ClassLoader loader)
Create a new Logger.
|
protected Logger |
LoggerFactoryJDK13.createLogger(String absoluteLoggerName,
String bundleName,
ClassLoader loader)
Create a new Logger.
|
protected abstract Logger |
AbstractLoggerFactory.createLogger(String absoluteLoggerName,
String bundleName,
ClassLoader loader)
Create a new Logger.
|
protected static Logger |
AbstractLoggerFactory.getErrorLogger()
Get the error logger which is used to log things during creation of
loggers.
|
Logger |
LoggerFactory.getLogger(String loggerName,
String bundleName,
ClassLoader loader)
Get a Logger.
|
Logger |
AbstractLoggerFactory.getLogger(String relativeLoggerName,
String bundleName,
ClassLoader loader)
Get a Logger.
|
static Logger |
LogHelper.getLogger(String loggerName,
String bundleName,
ClassLoader loader)
Get a Logger.
|
Copyright © 2019. All rights reserved.