Uses of Class
java.util.logging.Logger
Package
Description
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java programming language.
Provides the classes and interfaces of
the Java 2 platform's core logging facilities.
Provides the API for server side data source access and processing from
the Java programming language.
The standard classes and interfaces that a third party vendor has to
use in its implementation of a synchronization provider.
-
Uses of Logger in java.sql
Modifier and TypeMethodDescriptionDriver.getParentLogger()
Return the parent Logger of all the Loggers used by this driver. -
Uses of Logger in java.util.logging
Modifier and TypeFieldDescriptionstatic final Logger
Logger.global
Deprecated.Initialization of this field is prone to deadlocks.Modifier and TypeMethodDescriptionstatic Logger
Logger.getAnonymousLogger()
Create an anonymous Logger.static Logger
Logger.getAnonymousLogger
(String resourceBundleName) Create an anonymous Logger.static final Logger
Logger.getGlobal()
Return global logger object with the name Logger.GLOBAL_LOGGER_NAME.static Logger
Find or create a logger for a named subsystem.static Logger
Find or create a logger for a named subsystem.Method to find a named logger.Logger.getParent()
Return the parent for this Logger. -
Uses of Logger in javax.sql
Modifier and TypeMethodDescriptionCommonDataSource.getParentLogger()
Return the parent Logger of all the Loggers used by this data source. -
Uses of Logger in javax.sql.rowset.spi
Modifier and TypeMethodDescriptionstatic Logger
SyncFactory.getLogger()
Returns the logging object for applications to retrieve synchronization events posted by SyncProvider implementations.Modifier and TypeMethodDescriptionstatic void
Sets the logging object to be used by theSyncProvider
implementation provided by theSyncFactory
.static void
Sets the logging object that is used bySyncProvider
implementations provided by theSyncFactory
SPI.