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