mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 22:01:12 +08:00
update to slf4j, remove DynamicLog (#2384)
This commit is contained in:
committed by
Philipp Moritz
parent
55d5e28872
commit
450b11f1d6
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user