Changeset 31036 for trunk/ippToPsps/src/DetectionBatch.c
- Timestamp:
- Mar 24, 2011, 1:21:35 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/DetectionBatch.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/DetectionBatch.c
r31033 r31036 440 440 this->base.print(&this->base); 441 441 442 printf("*exp ID : %d\n", this->expId);443 printf("* exp name : '%s'\n", this->expName ? this->expName : "undef");444 printf("\n");442 this->base.logger->print(this->base.logger, MSG_INFO, "DetectionBatch", "exp ID : %d\n", this->expId); 443 this->base.logger->print(this->base.logger, MSG_INFO, "DetectionBatch", "exp name : %s\n", this->expName ? this->expName : "undef"); 444 this->base.logger->print(this->base.logger, MSG_INFO, "DetectionBatch", "\n"); 445 445 } 446 446 … … 518 518 parseArguments(this, *argc, argv); 519 519 520 this->print(this); 521 520 522 return this; 521 523 } … … 528 530 // ippToPsps_VersionPrint(); 529 531 530 Logger* logger = new_Logger(NULL); 532 Logger* logger = new_Logger(NULL, false); 533 // Logger* logger = new_Logger("./detBatchLog.txt", false); 531 534 logger->print(logger, MSG_INFO, "main", "Creating new detection batch\n"); 532 535
Note:
See TracChangeset
for help on using the changeset viewer.
