Work on basic logging framework.
This commit is contained in:
		| @@ -1,3 +1,6 @@ | ||||
| #include "Log.h" | ||||
|  | ||||
| void (*logImpl)(std::string) = 0; | ||||
| namespace PolyVox | ||||
| { | ||||
| 	void (*logHandler)(std::string, int severity) = 0; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user