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

studio.raptor.sqlparser.util.Log Maven / Gradle / Ivy

package studio.raptor.sqlparser.util;

/**
 * @since 3.0.0
 */
public class Log {

  public void debug(String message, Throwable t) {

  }

  public void warn(String message, Throwable t) {

  }

  public void error(String message, Throwable t) {

  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy