Add wxLog Info

master
Geoffrey Merck 4 years ago
parent fbaaf20ffd
commit be9e1e217f

@ -25,3 +25,4 @@
#define wxLogMessage(...) ::printf(__VA_ARGS__)
#define wxLogError(...) ::printf(__VA_ARGS__)
#define wxLogWarning(...) ::printf(__VA_ARGS__)
#define wxLogInfo(...) ::printf(__VA_ARGS__)
Loading…
Cancel
Save

Powered by TurnKey Linux.