IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2011, 1:21:35 PM (15 years ago)
Author:
rhenders
Message:

Improvements to logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/InitBatch.c

    r31033 r31036  
    5050    }
    5151
    52 
    5352    return true;
    5453}
     
    7271    parseArguments(this, *argc, argv);
    7372
     73    this->print(this);
     74
    7475    return this;
    7576}
     
    8283//    ippToPsps_VersionPrint();
    8384
    84     Logger* logger = new_Logger(NULL);
     85    Logger* logger = new_Logger(NULL, false);
    8586    logger->print(logger, MSG_INFO, "main", "Creating new initialization batch\n");
    8687
     
    9091
    9192    initBatch->destroy(initBatch);
    92 
    9393
    9494    // tidy up
Note: See TracChangeset for help on using the changeset viewer.