re-added JDBC 4.1 getParentLogger method
This commit is contained in:
@@ -204,6 +204,10 @@ public class EmbeddedDatabaseFactory {
|
||||
return this.dataSource.isWrapperFor(iface);
|
||||
}
|
||||
|
||||
public Logger getParentLogger() {
|
||||
return Logger.getLogger(Logger.GLOBAL_LOGGER_NAME);
|
||||
}
|
||||
|
||||
public void shutdown() {
|
||||
shutdownDatabase();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user