You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
611 B
C

/******************************************************************************
Copyright(C):2015~2018 hzleaper
FileName:LogBySpider.h
Author:zhikun wu
Email:zk.wu@hzleaper.com
Tools:vs2010 pc on company
Created:2015/04/27
History:27:4:2015 10:06
*******************************************************************************/
#ifndef __SPIDER_LOG_H
#define __SPIDER_LOG_H
#include "spider.h"
namespace LOG_SPIDER {
extern "C" void InitLog(const char* dllPath, const char* logFileName);
extern "C" void FreeLog();
extern "C" void LogString(const char* key, const char* value);
}
#endif