mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
Second Part of Internal API Refactor (#1326)
This commit is contained in:
committed by
Robert Nishihara
parent
4bb5b6bd5b
commit
3d224c4edf
@@ -1,12 +1,12 @@
|
||||
#ifndef LOGGING_H
|
||||
#define LOGGING_H
|
||||
|
||||
#define RAY_VERBOSE -1
|
||||
#define RAY_DEBUG 0
|
||||
#define RAY_INFO 1
|
||||
#define RAY_WARNING 2
|
||||
#define RAY_ERROR 3
|
||||
#define RAY_FATAL 4
|
||||
#define RAY_LOG_VERBOSE -1
|
||||
#define RAY_LOG_DEBUG 0
|
||||
#define RAY_LOG_INFO 1
|
||||
#define RAY_LOG_WARNING 2
|
||||
#define RAY_LOG_ERROR 3
|
||||
#define RAY_LOG_FATAL 4
|
||||
|
||||
/* Entity types. */
|
||||
#define RAY_FUNCTION "FUNCTION"
|
||||
|
||||
Reference in New Issue
Block a user