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

water.api.LogAndEchoHandler Maven / Gradle / Ivy

package water.api;

import water.util.Log;

public class LogAndEchoHandler extends Handler {
  @SuppressWarnings("unused") // called through reflection by RequestServer
  public LogAndEchoV3 echo(int version, LogAndEchoV3 u) { Log.info(u.message); return u; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy