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);
311 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
315 $installer::logger::Lang->printf("ERROR: Could not execute \"%s\"!\n", $systemcall);
319 $installer::logger::Lang->printf("Success: Executed \"\" successfully!\n", $systemcall);
348 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
352 $installer::logger::Lang->printf("ERROR: Could not execute \"%s\"!\n", $systemcall);
356 $installer::logger::Lang->printf("Success: Executed \"%s\" successfully!\n", $systemcall);
373 $installer::logger::Info->printf("... %s ...\n", $systemcall);
377 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
381 $installer::logger::Lang->printf("ERROR: Could not execute \"%s\"!\n", $systemcall);
385 $installer::logger::Lang->printf("Success: Executed \"%s\" successfully!\n", $systemcall);
729 $installer::logger::Lang->printf("File %s exists. Trying to find current version.\n", $filename);
732 $installer::logger::Lang->printf("Setting version string: %s\n", $versionstring);
736 …$installer::logger::Lang->printf("File %s does not exist. No version setting in download file name…
799 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
803 $installer::logger::Lang->printf("ERROR: Could not execute \"%s\"!\n", $systemcall);
807 $installer::logger::Lang->printf("Success: Executed \"%s\" successfully!\n", $systemcall);
865 $installer::logger::Lang->printf("Replacing %s by %s in nsi file\n", $placeholder, $value);
1236 …$installer::logger::Lang->printf("NSIS language_converter : Could not find nsis language for %s!\n…
1393 $installer::logger::Lang->printf("NSIS replacement in %s (%s): \-\> %s\n",
1421 $installer::logger::Lang->printf("NSIS replacement in %s (%s): %s \-\> %s\n",
1637 $installer::logger::Info->print("... no Environment variable \"NSIS_PATH\"!\n");
1657 $installer::logger::Info->printf("... starting %s ... \n", $makensisexe);
1663 $installer::logger::Lang->printf("Systemcall: %s\n", $systemcall);
1675 $installer::logger::Lang->printf("ERROR: %s !\n", $systemcall);
1679 $installer::logger::Lang->printf("Success: %s\n", $systemcall);
1684 $installer::logger::Lang->print($line);
1733 $installer::logger::Lang->printf("Reading translation file: %s\n", $translationfilename);
1762 $installer::logger::Lang->printf("Directory for the link: %s\n", $versiondir);
1772 …$installer::logger::Lang->printf("Creating hard link from %s to %s\n", $sourcedownloadfile, $linkd…
1803 $installer::logger::Info->print("\n");
1804 $installer::logger::Info->print("******************************************\n");
1805 $installer::logger::Info->print("... creating download installation set ...\n", 1);
1806 $installer::logger::Info->print("******************************************\n");
1808 installer::logger::include_header_into_logfile("Creating download installation sets:");
1883 $installer::logger::Lang->printf("Found script file %s: %s \n", $scriptfilename, $$scriptref);
1906 …$installer::logger::Info->printf("... including installation set into %s ... \n", $newscriptfilena…
1922 $installer::logger::Lang->print("\n");
1923 $installer::logger::Lang->printf("No NSIS SDK found. Skipping the generation of NSIS file.\n");
1924 …$installer::logger::Info->print("... no NSIS SDK found. Skipping the generation of NSIS file ... \…
1966 $installer::logger::Info->printf("... created NSIS file %s ... \n", $nsifilename);
1983 $installer::logger::Info->print("\n");
1984 $installer::logger::Info->print("******************************************\n");
1985 $installer::logger::Info->print("... creating download hard link ...\n");
1986 $installer::logger::Info->print("******************************************\n");
1988 installer::logger::include_header_into_logfile("Creating download hard link:");
1989 $installer::logger::Lang->print("\n");
1990 $installer::logger::Lang->add_timestamp("Performance Info: Creating hard link, start");
2002 $installer::logger::Lang->printf("Version string is set to: %s\n", $versionstring);
2015 …$installer::logger::Lang->printf("Setting destination download file name: %s\n", $destdownloadfile…
2019 … $installer::logger::Lang->printf("Setting source download file name: %s\n", $sourcedownloadfile);
2029 $installer::logger::Lang->printf("Version string is empty. Nothing to do!\n");
2034 $installer::logger::Lang->printf("Platform not used for hard linking. Nothing to do!\n");
2037 $installer::logger::Lang->add_timestamp("Performance Info: Creating hard link, stop");