?? simplemudlogs.cpp
字號:
// MUD Programming
// Ron Penton
// (C)2003
// SimpleMUDLogs.cpp - This file contains all of the various logs used
// in SimpleMUD
//
//
#include "SimpleMUDLogs.h"
using namespace BasicLib;
namespace SimpleMUD
{
TextLog ERRORLOG( "logs/errors.log", "Error Log", true, true );
TextLog USERLOG( "logs/users.log", "User Log", true, true );
} // end namespace SimpleMUD
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -