Package | Description |
---|---|
tap | |
tap.config | |
tap.db | |
tap.error | |
tap.log | |
tap.resource |
Modifier and Type | Field and Description |
---|---|
protected TAPLog |
ADQLExecutor.logger
The logger to use.
|
Modifier and Type | Method and Description |
---|---|
TAPLog |
ServiceConnection.getLogger()
[MANDATORY]
|
TAPLog |
ADQLExecutor.getLogger()
Get the logger used by this executor.
|
Modifier and Type | Method and Description |
---|---|
TAPLog |
ConfigurableServiceConnection.getLogger() |
Modifier and Type | Field and Description |
---|---|
protected TAPLog |
JDBCConnection.logger
Object to use if any message needs to be logged.
|
Constructor and Description |
---|
JDBCConnection(java.sql.Connection conn,
JDBCTranslator translator,
java.lang.String connID,
TAPLog logger)
Create a JDBC connection by wrapping the given connection.
|
JDBCConnection(java.lang.String driverPath,
java.lang.String dbUrl,
java.lang.String dbUser,
java.lang.String dbPassword,
JDBCTranslator translator,
java.lang.String connID,
TAPLog logger)
Creates a JDBC connection to the specified database and with the specified JDBC driver.
|
Modifier and Type | Field and Description |
---|---|
protected TAPLog |
DefaultTAPErrorWriter.logger
Logger to use to report any unexpected error.
|
Modifier and Type | Method and Description |
---|---|
protected TAPLog |
DefaultTAPErrorWriter.getLogger()
Get the logger to use inside this
ServiceErrorWriter . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTAPLog
Default implementation of the
TAPLog interface which lets logging any message about a TAP service. |
class |
Slf4jTAPLog
|
Modifier and Type | Field and Description |
---|---|
protected TAPLog |
ForwardResource.logger
Logger that
ForwardResource.forward(String, String, HttpServletRequest, HttpServletResponse) must use
in case of not grave error (e.g. |
Modifier and Type | Method and Description |
---|---|
TAPLog |
TAP.getLogger()
Get the logger used by this resource and all the other resources managed by it.
|
Constructor and Description |
---|
ForwardResource(TAPLog logger)
Builds a
ForwardResource with a logger to use in case of "small" errors. |