1 Star 0 Fork 0

MIR / php-beast

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
beast_log.h 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
maben 提交于 2017-06-16 14:02 . support set log level
#ifndef BEAST_LOG_H
#define BEAST_LOG_H
#ifdef PHP_WIN32
#include "win95nt.h"
#else
#include <unistd.h>
#endif
typedef enum {
beast_log_debug, /* 0 */
beast_log_notice, /* 1 */
beast_log_error /* 2 */
} beast_log_level;
int beast_log_init(char *log_file, int level);
int beast_log_chown(uid_t uid, gid_t gid);
void beast_write_log(beast_log_level level, const char *fmt, ...);
void beast_log_destroy();
#endif
1
https://gitee.com/huboy2004/php-beast.git
git@gitee.com:huboy2004/php-beast.git
huboy2004
php-beast
php-beast
master

搜索帮助