3 Star 0 Fork 0

mirrors_vmware-archive/rclient

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rlogging.h 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
Haozhou Wang 提交于 2017-12-05 10:25 . Reformat the source code
/*------------------------------------------------------------------------------
*
* Copyright (c) 2016-Present Pivotal Software, Inc
*
*------------------------------------------------------------------------------
*/
#ifndef PLC_RLOGGING_H
#define PLC_RLOGGING_H
#include <R.h>
SEXP plr_debug(SEXP args);
SEXP plr_log(SEXP args);
SEXP plr_info(SEXP args);
SEXP plr_notice(SEXP args);
SEXP plr_warning(SEXP args);
SEXP plr_error(SEXP args);
SEXP plr_fatal(SEXP args);
#endif /* PLC_RLOGGING_H */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_vmware-archive/rclient.git
git@gitee.com:mirrors_vmware-archive/rclient.git
mirrors_vmware-archive
rclient
rclient
6X_STABLE

搜索帮助