Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 11, 2013, 11:13:21 PM (12 years ago)
Author:
landauf
Message:

added archive feature to LogWriter which archives up to nine old log-files (orxonox.log.1 to orxonox.log.9)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/src/libraries/util/output/LogWriter.h

    r9542 r9544  
    7676            void closeFile();
    7777
     78            void archive(int index = 0);
     79            std::string getArchivedPath(int index) const;
     80
    7881            std::string filename_;  ///< The name of the log-file (without directory)
    7982            std::string directory_; ///< The directory where the log-file resided (without file-name)
Note: See TracChangeset for help on using the changeset viewer.