⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 writelog.h

📁 监听分析流量中的http流量
💻 H
字号:
// WriteLog.h: interface for the CWriteLog class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_WriteLog_H__97A74A29_4B88_4AAC_935F_405AC30FB694__INCLUDED_)
#define AFX_WriteLog_H__97A74A29_4B88_4AAC_935F_405AC30FB694__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CWriteLog  
{
public:
	CWriteLog();
	virtual ~CWriteLog();

	bool CheckTarPath(char *strFilePath);
	bool CreateFileDirectory(char *strPath);

	bool WriteLogFile(char *strFileName, char *strInfo, int nBuffer);


};

#endif // !defined(AFX_WriteLog_H__97A74A29_4B88_4AAC_935F_405AC30FB694__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -