예제 #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()); }