Changeset 1797


Ignore:
Timestamp:
08/02/10 10:46:49 (14 years ago)
Author:
Malte Marquarding
Message:

Ticket #193: added new logging class. Also factored out environment based settings from init.py into env.py. This hasn't been enabled/isn't used yet

Location:
branches/newfiller
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/newfiller/src/python_asap.cpp

    r1796 r1797  
    7676  asap::python::python_LineCatalog();
    7777  asap::python::python_Logger();
    78 //  asap::python::python_LogSink();
     78  asap::python::python_LogSink();
    7979  asap::python::python_STCoordinate();
    8080  asap::python::python_STAtmosphere();
  • branches/newfiller/src/python_asap.h

    r1796 r1797  
    4848    void python_LineCatalog();
    4949    void python_Logger();
    50 //    void python_LogSink();
     50    void python_LogSink();
    5151    void python_STCoordinate();
    5252    void python_STAtmosphere();
Note: See TracChangeset for help on using the changeset viewer.