Example #1
0
File: Log.hpp Project: EQ4/lad
	inline void info(const fmt& fmt)  { info(fmt.str()); }
Example #2
0
File: Log.hpp Project: EQ4/lad
	inline void warn(const fmt& fmt)  { warn(fmt.str()); }
Example #3
0
File: Log.hpp Project: EQ4/lad
	inline void error(const fmt& fmt) { error(fmt.str()); }