本文主要是介绍我的CLog的实现,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
改编于一个老外的同名作品。
############ log.h #################
//===========================================================================
//
// HomeWork from Belgium Not licensed software
// 1999 - 2000 No rights reserved
//
//===========================================================================
//
// Project/Product : Iconizer DLL
// FileName : log.h
// Author(s) : Bart Gysens
//
// Description : Declaration of CLog class
//
// Classes : CLog
//
// Information :
// Compiler(s) : Visual C++ 6.0
// Target(s) : Windows 95/98 and Windows NT (x86)
// Editor : Visual C++ 6.0 internal editor
//
// History
// Vers. Date Aut. Type Description
// ----- ---------- ---- ------- -----------------------------------------
// 1.00 22 05 1999 BG Create Original
// 1.01 20 12 2000 hewen Add
// 1.03 24 10 2001 hewen Add
// 1.04 10 06 2003 hewen Add
//===========================================================================
#ifndef _LOG_H_INCLUDED__
#define _LOG_H_INCLUDED__
//=======================================&#
这篇关于我的CLog的实现的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!