Searched defs:cmdLog (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAccess.java62 String cmdLog = null; field in class:pmAccess
313 mytop.setLogData(cmdLog, errorLog, warnLog);
362 cmdLog = newpr.getCmdLog();
370 Debug.message(who + " command: " + cmdLog);
H A DpmInstallPrinter.java84 String cmdLog = null; field in class:pmInstallPrinter
1182 cmdLog = p.getCmdLog();
1190 Debug.message(who + " command: " + cmdLog);
1656 myTop.setLogData(cmdLog, errorLog, warnLog);
H A DpmTop.java107 String cmdLog = null; field in class:pmTop
1117 cmdLog = cmd;
1124 * if the cmdLog is empty nothing at all will be displayed!
1129 // Debug.info("CLNT: showLogData():cmdLog: " + cmdLog);
1131 if (cmdLog == null)
1138 cmdLog, "\n\r", false);

Completed in 77 milliseconds