All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.taymindis.paas.DefaultTransactionLogger Maven / Gradle / Ivy

Go to download

Page as a service for JSP to standardize the function by jsp page, guarantee zero downtime

The newest version!
package com.github.taymindis.paas;

public class DefaultTransactionLogger implements EventTransactionLogger {

    public void log(String sql, Object... args) {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy