Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 29, 2011, 10:26:45 PM (13 years ago)
Author:
landauf
Message:

Shell and its derivatives are now based on the new output system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/util/output/ConsoleWriter.cc

    r8794 r8795  
    3737    ConsoleWriter::ConsoleWriter()
    3838    {
     39#ifdef ORXONOX_RELEASE
    3940        this->setLevelMax(level::user_info);
     41#else
     42        this->setLevelMax(level::internal_warning);
     43#endif
    4044        this->bEnabled_ = true;
    4145    }
     
    5155    }
    5256
    53     void ConsoleWriter::printLine(const std::string& line)
     57    void ConsoleWriter::printLine(const std::string& line, OutputLevel)
    5458    {
    5559        std::cout << line << std::endl;
Note: See TracChangeset for help on using the changeset viewer.