Files
ray/streaming/src/util/streaming_logging.h
T
2020-06-16 01:29:43 -07:00

10 lines
192 B
C++

#pragma once
#include "ray/util/logging.h"
#define STREAMING_LOG RAY_LOG
#define STREAMING_CHECK RAY_CHECK
namespace ray {
namespace streaming {} // namespace streaming
} // namespace ray