Searched refs:commandsLogFile (Results 1 – 1 of 1) sorted by relevance
31 …static private Vector commandsLogFile; /* collects all system commands information during install… field in LogManager47 commandsLogFile.add(text); in addCommandsLogfileComment()56 commandsLogFile.add(""); in setCommandsHeaderLine()57 commandsLogFile.add(line); in setCommandsHeaderLine()58 commandsLogFile.add("<b>" + text + "</b>"); in setCommandsHeaderLine()59 commandsLogFile.add(line); in setCommandsHeaderLine()60 commandsLogFile.add(""); in setCommandsHeaderLine()83 for (int i = 0; i < commandsLogFile.size(); i++) { in publishCommandsLogfileContent()84 text = text + commandsLogFile.get(i) + "<br>"; in publishCommandsLogfileContent()96 commandsLogFile = new Vector();
Completed in 12 milliseconds