Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 30, 2011, 7:51:08 PM (13 years ago)
Author:
landauf
Message:

Code related to config values for output is now implemented in BaseWriter.
There's a config value for the normal output level, a vector with additional contexts, and a config value for the level of these additional contexts.
ioconsole and standard console use the same values.

File:
1 edited

Legend:

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

    r8795 r8799  
    3636namespace orxonox
    3737{
    38     LogWriter::LogWriter()
     38    LogWriter::LogWriter() : BaseWriter("Log")
    3939    {
    4040        this->setLevelMax(level::internal_info);
    4141
    42         this->filename_ = "orxonox2.log";
     42        this->filename_ = "orxonox.log";
    4343
    4444        // Get path for a temporary file
Note: See TracChangeset for help on using the changeset viewer.