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