~s-cecilio/lenmus/v5.1.x

« back to all changes in this revision

Viewing changes to src/app/lenmus_logger.cpp

  • Committer: cecilios
  • Date: 2012-09-07 17:42:21 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:721
initial commit with all changes for 5.1. See changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
    m_pDataError = LENMUS_NEW wxFile(m_sDataErrorPath, wxFile::write);
178
178
    if (!m_pDataError->IsOpened())
179
179
    {
180
 
        //TODO
 
180
        //TODO: SetDataErrorTarget: allocate a data error file to log error data
181
181
        delete m_pDataError;
182
182
        m_pDataError = (wxFile*)NULL;
183
183
        return;