Ignore:
Timestamp:
10/10/12 14:29:17 (12 years ago)
Author:
Malte Marquarding
Message:

Ticket #199: Excised Logger::pushLog; now everything is using LogIO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STAsciiWriter.cpp

    r2335 r2658  
    4444#include <casa/sstream.h>
    4545#include <casa/iomanip.h>
     46#include <casa/Logging/LogIO.h>
    4647
    4748#include <measures/Measures/MEpoch.h>
     
    176177    }
    177178    of.close();
    178     ostringstream oss;
    179     oss << "Wrote " << fName;
    180     pushLog(String(oss));
     179    LogIO os( LogOrigin( "STAsciiWriter") ) ;   
     180    os << "Wrote " << fName << LogIO::POST;
    181181    ++iter;
    182182  }
Note: See TracChangeset for help on using the changeset viewer.