Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 30, 2011, 12:54:55 AM (14 years ago)
Author:
landauf
Message:

adjusted the rest of the code to the new output system, but some changes have to be reviewed.
all output is currently printed with debug level.
compiles again (posix console untested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/core/Core.h

    r8729 r8796  
    136136
    137137            bool                      bGraphicsLoaded_;
    138             int                       debugLevelLogFile_;          //!< The debug level for the log file (belongs to OutputHandler)
     138            OutputLevel               debugLevelLogFile_;          //!< The debug level for the log file (belongs to LogWriter)
    139139            std::string               language_;                   //!< The language
    140140            bool                      bInitRandomNumberGenerator_; //!< If true, srand(time(0)) is called
Note: See TracChangeset for help on using the changeset viewer.