IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2011, 4:27:17 PM (15 years ago)
Author:
rhenders
Message:

Introduced new logging system in order to provide proper audit trail

File:
1 edited

Legend:

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

    r31025 r31030  
    1 /** @file ippToPsps.h
     1/** @file Batch.h
    22 *
    33 *  @brief Batch
     
    66 *
    77 *  @author IfA
    8  *  Copyright 2009 Institute for Astronomy, University of Hawaii
     8 *  Copyright 2011 Institute for Astronomy, University of Hawaii
    99 */
    1010
     
    2121#include "Fits.h"
    2222#include "InitData.h"
     23#include "Logger.h"
    2324
    2425/**
     
    4950    int exitCode;                  // ps exit code
    5051    bool testMode;                 // test mode boolean
     52    Logger* logger;                // Logger object
    5153
    5254    // methods
     
    6668
    6769// public functions
    68 bool new_Batch(Batch *this);
     70bool new_Batch(Logger* logger, Batch *this);
    6971
    7072void ippToPsps_VersionPrint(void);
Note: See TracChangeset for help on using the changeset viewer.