mirror of
https://github.com/wassname/ray.git
synced 2026-07-16 11:21:10 +08:00
12 lines
278 B
C++
12 lines
278 B
C++
#ifndef RAY_STREAMING_LOGGING_H
|
|
#define RAY_STREAMING_LOGGING_H
|
|
#include "ray/util/logging.h"
|
|
|
|
#define STREAMING_LOG RAY_LOG
|
|
#define STREAMING_CHECK RAY_CHECK
|
|
namespace ray {
|
|
namespace streaming {} // namespace streaming
|
|
} // namespace ray
|
|
|
|
#endif // RAY_STREAMING_LOGGING_H
|