示例#1
0
文件: Log.hpp 项目: EQ4/lad
	inline void info(const fmt& fmt)  { info(fmt.str()); }
示例#2
0
文件: Log.hpp 项目: EQ4/lad
	inline void warn(const fmt& fmt)  { warn(fmt.str()); }
示例#3
0
文件: Log.hpp 项目: EQ4/lad
	inline void error(const fmt& fmt) { error(fmt.str()); }