支持跨平台扩展的日志库框架实现【支持普通读写文件与高性能内存映射文件二种模式】

//.h
#pragma once
#include"stdio.h"
#include "time.h"
#include "stdarg.h"

#ifdef _MSC_VER

你可能感兴趣的:(c++)