Index: src/ch/ch.h =================================================================== diff -u -N -r62d767936f1675e1db51174f53c91484fe691937 -rb8b97b70743c49fcc2aee0db4cb7118db5e26dab --- src/ch/ch.h (.../ch.h) (revision 62d767936f1675e1db51174f53c91484fe691937) +++ src/ch/ch.h (.../ch.h) (revision b8b97b70743c49fcc2aee0db4cb7118db5e26dab) @@ -70,13 +70,15 @@ TCommandLineParser m_cmdLineParser; chcore::TCoreEngine m_chEngine; - TLoggerInitializer m_logInitializer; + chcore::TLoggerInitializer m_logInitializer; chcore::TLoggerFactoryPtr m_spLogFactory; chcore::TLoggerPtr m_spLog; CWnd *m_pMainWindow; DECLARE_MESSAGE_MAP() +private: + void InitLoggers(const CString& strBasePath); }; inline CCopyHandlerApp& GetApp()