~tomprogs/gewoopi/trunk

« back to all changes in this revision

Viewing changes to src/core/application.cpp

  • Committer: Thomas Geymayer
  • Date: 2010-03-26 11:56:05 UTC
  • Revision ID: tomgey@gmail.com-20100326115605-iir4j91614620ij3
Fixed .obj loading, enable grabbing and general cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
    // initialize log engine and lets redirect the output to a file
170
170
 
171
171
    LOG_INIT();
172
 
    _log_file.reset( new log::LogFileWriter(name) );
 
172
    _log_file.reset( new log::LogFileWriter(name, false) );
173
173
    _log_file_signal = LOG_CONNECT_WRITER(_log_file);
174
174
 
175
175
    LOG_CONNECT( &consoleMessageLogger );