Index: src/liblogger/TAsyncMultiLogger.h =================================================================== diff -u -N -r7de00e54431d78b6c54fad6fb163dbc306381ef5 -ra08ca9e12d93e9a036a5cf739348ff3ef2a58be8 --- src/liblogger/TAsyncMultiLogger.h (.../TAsyncMultiLogger.h) (revision 7de00e54431d78b6c54fad6fb163dbc306381ef5) +++ src/liblogger/TAsyncMultiLogger.h (.../TAsyncMultiLogger.h) (revision a08ca9e12d93e9a036a5cf739348ff3ef2a58be8) @@ -43,7 +43,8 @@ TLogFileDataPtr CreateLoggerData(PCTSTR pszLogPath, const TMultiLoggerConfigPtr& spLoggerConfig); TLoggerRotationInfoPtr GetRotationInfo() const; - void SetRotationInfo(unsigned int uiMaxLogSize, unsigned int uiMaxRotatedCount); + void SetMaxLogSize(unsigned int uiMaxLogSize); + void SetMaxRotatedCount(unsigned int uiMaxRotatedCount); private: void LoggingThread();