IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2011, 11:03:05 AM (15 years ago)
Author:
rhenders
Message:

Now incorporating timing code; added class name to args of print method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/Logger.h

    r31030 r31032  
    3131    // fields
    3232    FILE* file;
     33    struct timeval startTime;
    3334
    3435    // methods
    35     void (*print)(void* logger, const int8_t typeInt, const char* fmt, ...);
     36    void (*print)(void* logger, const int8_t typeInt, const char* class, const char* fmt, ...);
    3637
    3738    // destructor
Note: See TracChangeset for help on using the changeset viewer.