+ virtual wxLog* CreateLogTarget();
+
+#if USE_WXCONFIG
+ // override this function to create a global wxConfig object of different
+ // than default type (right now the default implementation returns NULL)
+ virtual wxConfig* CreateConfig() { return NULL; }
+#endif //USE_WXCONFIG