Changeset 1030 for code/branches/core2/src/orxonox/core/OutputHandler.cc
- Timestamp:
- Apr 12, 2008, 3:34:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/core/OutputHandler.cc
r947 r1030 47 47 this->logfilename_ = logfilename; 48 48 this->logfile_.open(this->logfilename_.c_str(), std::fstream::out); 49 this->logfile_ << "Started log " << std::endl;49 this->logfile_ << "Started log at yyyy/mm/dd hh:mm:ss" << std::endl; 50 50 this->logfile_.flush(); 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.