Searched defs:logFile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DNamingUtils.java75 * @param logFile the file to which debug output will go.
78 public static void makeDebugStream(File logFile) argument
82 new java.io.FileOutputStream(logFile);
93 * @param logFile the file to which error messages will go.
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DResultLogManager.java117 private volatile File logFile; field in class:ResultLogManager
168 logFile = null;
243 logFile = null;
289 logFile = newFile;
303 if (logFile != null) logToFile(record);
410 if (logFile == null) return;
493 if (logFile == null) return null;
494 if (absolute) return logFile.getAbsolutePath();
495 return logFile.getPath();

Completed in 37 milliseconds