-
Packages that use Logger
Package |
Description |
java.sql |
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java™ programming language.
|
java.util.logging |
Provides the classes and interfaces of
the Java™ 2 platform's core logging facilities.
|
javax.sql |
Provides the API for server side data source access and processing from
the Java™ programming language.
|
javax.sql.rowset.spi |
The standard classes and interfaces that a third party vendor has to
use in its implementation of a synchronization provider.
|
-
-
-
-
Methods in javax.sql that return Logger
Modifier and Type |
Method |
Description |
Logger |
CommonDataSource.getParentLogger() |
Return the parent Logger of all the Loggers used by this data source.
|
-
Methods in javax.sql.rowset.spi that return Logger
Modifier and Type |
Method |
Description |
static Logger |
SyncFactory.getLogger() |
Returns the logging object for applications to retrieve
synchronization events posted by SyncProvider implementations.
|
Methods in javax.sql.rowset.spi with parameters of type Logger
Modifier and Type |
Method |
Description |
static void |
SyncFactory.setLogger(Logger logger) |
Sets the logging object to be used by the SyncProvider
implementation provided by the SyncFactory .
|
static void |
SyncFactory.setLogger(Logger logger,
Level level) |
Sets the logging object that is used by SyncProvider
implementations provided by the SyncFactory SPI.
|