📄 slogtest.cpp
字号:
#include <cc++/slog.h>#include <iostream>#include <cstdio>#ifdef CCXX_NAMESPACESusing namespace std;using namespace ost;#endifint main(int argc, char* argv[]){ slog("slogTest", Slog::classUser, Slog::levelInfo); slog << "Howdy daemon and clog." << endl; slog.clogEnable(false); slog << "This is only for the daemon." << endl; slog.clogEnable(true); slog << "Are you still there?" << endl; return 0;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -