Lines Matching refs:logger

30 use installer::logger;
57 …$installer::logger::Lang->printf("Adding productname %s into download shell script\n", $productnam…
75 $installer::logger::Lang->printf("Adding linenumber %d into download shell script\n", $linenumber);
95 $installer::logger::Lang->printf("Setting download shell script file name to %s\n", $filename);
111 $installer::logger::Lang->printf("Saving script file %s\n", $newscriptfilename);
143 $installer::logger::Lang->printf(
176 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
180 $installer::logger::Lang->printf("ERROR: Could not execute \"%s\"!\n", $systemcall);
184 $installer::logger::Lang->print("Success: Executed \"%s\" successfully!\n", $systemcall);
209 $installer::logger::Lang->printf("Setting md5sum: %s\n", $md5sum);
232 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
236 $installer::logger::Lang->printf("ERROR: Could not execute \"%s\"!\n", $systemcall);
240 $installer::logger::Lang->printf("Success: Executed \"%s\" successfully!\n", $systemcall);
284 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
288 $installer::logger::Lang->printf("ERROR: Could not execute \"%s\"!\n", $systemcall);
292 $installer::logger::Lang->printf("Success: Executed \"%s\" successfully!\n", $systemcall);
317 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
321 $installer::logger::Lang->printf("ERROR: Could not execute \"%s\"!\n", $systemcall);
325 $installer::logger::Lang->printf("Success: Executed \"\" successfully!\n", $systemcall);
354 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
358 $installer::logger::Lang->printf("ERROR: Could not execute \"%s\"!\n", $systemcall);
362 $installer::logger::Lang->printf("Success: Executed \"%s\" successfully!\n", $systemcall);
385 $installer::logger::Info->printf("... %s ...\n", $systemcall);
389 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
393 $installer::logger::Lang->printf("ERROR: Could not execute \"%s\"!\n", $systemcall);
397 $installer::logger::Lang->printf("Success: Executed \"%s\" successfully!\n", $systemcall);
748 $installer::logger::Lang->printf("File %s exists. Trying to find current version.\n", $filename);
751 $installer::logger::Lang->printf("Setting version string: %s\n", $versionstring);
755 …$installer::logger::Lang->printf("File %s does not exist. No version setting in download file name…
824 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
828 $installer::logger::Lang->printf("ERROR: Could not execute \"%s\"!\n", $systemcall);
832 $installer::logger::Lang->printf("Success: Executed \"%s\" successfully!\n", $systemcall);
890 $installer::logger::Lang->printf("Replacing %s by %s in nsi file\n", $placeholder, $value);
1261 …$installer::logger::Lang->printf("NSIS language_converter : Could not find nsis language for %s!\n…
1418 $installer::logger::Lang->printf("NSIS replacement in %s (%s): \-\> %s\n",
1446 $installer::logger::Lang->printf("NSIS replacement in %s (%s): %s \-\> %s\n",
1662 $installer::logger::Info->print("... no Environment variable \"NSIS_PATH\"!\n");
1682 $installer::logger::Info->printf("... starting %s ... \n", $makensisexe);
1688 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
1700 $installer::logger::Lang->printf("ERROR: %s !\n", $systemcall);
1704 $installer::logger::Lang->printf("Success: %s\n", $systemcall);
1709 $installer::logger::Lang->print($line);
1758 $installer::logger::Lang->printf("Reading translation file: %s\n", $translationfilename);
1787 $installer::logger::Lang->printf("Directory for the link: %s\n", $versiondir);
1797 …$installer::logger::Lang->printf("Creating hard link from %s to %s\n", $sourcedownloadfile, $linkd…
1829 $installer::logger::Info->print("\n");
1830 $installer::logger::Info->print("******************************************\n");
1831 $installer::logger::Info->print("... creating download installation set ...\n", 1);
1832 $installer::logger::Info->print("******************************************\n");
1834 installer::logger::include_header_into_logfile("Creating download installation sets:");
1909 $installer::logger::Lang->printf("Found script file %s: %s \n", $scriptfilename, $$scriptref);
1932 …$installer::logger::Info->printf("... including installation set into %s ... \n", $newscriptfilena…
1948 $installer::logger::Lang->print("\n");
1949 $installer::logger::Lang->printf("No NSIS SDK found. Skipping the generation of NSIS file.\n");
1950 …$installer::logger::Info->print("... no NSIS SDK found. Skipping the generation of NSIS file ... \…
1992 $installer::logger::Info->printf("... created NSIS file %s ... \n", $nsifilename);
2009 $installer::logger::Info->print("\n");
2010 $installer::logger::Info->print("******************************************\n"); #
2011 $installer::logger::Info->print("... creating download hard link ...\n");
2012 $installer::logger::Info->print("******************************************\n");
2014 installer::logger::include_header_into_logfile("Creating download hard link:");
2015 $installer::logger::Lang->print("\n");
2016 $installer::logger::Lang->add_timestamp("Performance Info: Creating hard link, start");
2028 $installer::logger::Lang->printf("Version string is set to: %s\n", $versionstring);
2041 …$installer::logger::Lang->printf("Setting destination download file name: %s\n", $destdownloadfile…
2045 … $installer::logger::Lang->printf("Setting source download file name: %s\n", $sourcedownloadfile);
2055 $installer::logger::Lang->printf("Version string is empty. Nothing to do!\n");
2060 $installer::logger::Lang->printf("Platform not used for hard linking. Nothing to do!\n");
2063 $installer::logger::Lang->add_timestamp("Performance Info: Creating hard link, stop");