update to slf4j, remove DynamicLog (#2384)

This commit is contained in:
Hanwei Jin
2018-07-10 14:33:59 +08:00
committed by Philipp Moritz
parent 55d5e28872
commit 450b11f1d6
15 changed files with 70 additions and 613 deletions
@@ -3,7 +3,6 @@ package org.ray.api;
import java.util.List;
import org.ray.api.internal.RayConnector;
import org.ray.util.exception.TaskExecutionException;
import org.ray.util.logger.DynamicLog;
import org.ray.util.logger.RayLog;
/**
@@ -102,11 +101,4 @@ public final class Ray extends Rpc {
static RayApi internal() {
return impl;
}
/**
* for ray's app's log.
*/
public static DynamicLog getRappLogger() {
return RayLog.rapp;
}
}